Hola a todos
Al hacer git pull en la carpeta del odoo core me da este error y pone aborting
root@teslaspain-odoo13-01:/opt/odoo/odoo-server# git pull
Updating 728e90f6051..4177a6fd775
error: The following untracked working tree files would be overwritten by merge:
addons/account_facturx/models/account_tax.py
addons/account_facturx/models/uom.py
addons/base_import_module/tests/__init__.py
addons/base_import_module/tests/test_cloc.py
addons/fetchmail_gmail/__init__.py
addons/fetchmail_gmail/__manifest__.py
addons/fetchmail_gmail/i18n/fetchmail_gmail.pot
addons/fetchmail_gmail/models/__init__.py
addons/fetchmail_gmail/models/fetchmail_server.py
addons/fetchmail_gmail/views/fetchmail_server_views.xml
addons/fetchmail_outlook/__init__.py
addons/fetchmail_outlook/__manifest__.py
addons/fetchmail_outlook/i18n/ar.po
addons/fetchmail_outlook/i18n/az.po
addons/fetchmail_outlook/i18n/bg.po
addons/fetchmail_outlook/i18n/bn.po
addons/fetchmail_outlook/i18n/bs.po
addons/fetchmail_outlook/i18n/ca.po
addons/fetchmail_outlook/i18n/cs.po
addons/fetchmail_outlook/i18n/da.po
addons/fetchmail_outlook/i18n/de.po
addons/fetchmail_outlook/i18n/el.po
addons/fetchmail_outlook/i18n/es.po
addons/fetchmail_outlook/i18n/et.po
addons/fetchmail_outlook/i18n/eu.po
addons/fetchmail_outlook/i18n/fa.po
addons/fetchmail_outlook/i18n/fetchmail_outlook.pot
addons/fetchmail_outlook/i18n/fi.po
addons/fetchmail_outlook/i18n/fr.po
addons/fetchmail_outlook/i18n/gu.po
addons/fetchmail_outlook/i18n/he.po
addons/fetchmail_outlook/i18n/hr.po
addons/fetchmail_outlook/i18n/hu.po
addons/fetchmail_outlook/i18n/id.po
addons/fetchmail_outlook/i18n/it.po
addons/fetchmail_outlook/i18n/ja.po
addons/fetchmail_outlook/i18n/ko.po
addons/fetchmail_outlook/i18n/lb.po
addons/fetchmail_outlook/i18n/lo.po
addons/fetchmail_outlook/i18n/lt.po
addons/fetchmail_outlook/i18n/lv.po
addons/fetchmail_outlook/i18n/ml.po
addons/fetchmail_outlook/i18n/mn.po
addons/fetchmail_outlook/i18n/my.po
addons/fetchmail_outlook/i18n/nb.po
addons/fetchmail_outlook/i18n/nl.po
addons/fetchmail_outlook/i18n/pl.po
addons/fetchmail_outlook/i18n/pt.po
addons/fetchmail_outlook/i18n/pt_BR.po
addons/fetchmail_outlook/i18n/ro.po
addons/fetchmail_outlook/i18n/ru.po
addons/fetchmail_outlook/i18n/sk.po
addons/fetchmail_outlook/i18n/sl.po
addons/fetchmail_outlook/i18n/sr.po
addons/fetchmail_outlook/i18n/sv.po
addons/fetchmail_outlook/i18n/th.po
addons/fetchmail_outlook/i18n/tr.po
addons/fetchmail_outlook/i18n/uk.po
addons/fetchmail_outlook/i18n/vi.po
addons/fetchmail_outlook/i18n/zh_CN.po
addons/fetchmail_outlook/i18n/zh_TW.po
addons/fetchmail_outlook/models/__init__.py
addons/fetchmail_outlook/models/fetchmail_server.py
addons/fetchmail_outlook/tests/__init__.py
addons/fetchmail_outlook/tests/test_fetchmail_outlook.py
addons/fetchmail_outlook/views/fetchmail_server_views.xml
addons/google_gmail/__init__.py
addons/google_gmail/__manifest__.py
addons/google_gmail/controllers/__init__.py
addons/google_gmail/controllers/main.py
addons/google_gmail/i18n/google_gmail.pot
addons/google_gmail/models/__init__.py
addons/google_gmail/models/google_gmail_mixin.py
addons/google_gmail/models/ir_mail_server.py
addons/google_gmail/models/res_config_settings.py
addons/google_gmail/views/ir_mail_server_views.xml
addons/google_gmail/views/res_config_settings_views.xml
addons/hr_org_chart/tests/__init__.py
addons/hr_org_chart/tests/test_employee_deletion.py
addons/l10n_dk/data/account_tax_report_data.xml
addons/l10n_eu_service/models/eu_tag_map.py
addons/l10n_eu_service/tests/__init__.py
addons/l10n_eu_service/tests/test_oss.py
addons/l10n_fi_sale/__init__.py
addons/l10n_fi_sale/__manifest__.py
addons/l10n_fi_sale/i18n/fi.po
addons/l10n_fi_sale/i18n/l10n_fi_sale.pot
addons/l10n_fi_sale/models/__init__.py
addons/l10n_fi_sale/models/sale.py
addons/l10n_fi_sale/static/description/icon.png
addons/l10n_id_efaktur/tests/__init__.py
addons/l10n_id_efaktur/tests/test_l10n_id_efaktur.py
addons/microsoft_outlook/__init__.py
addons/microsoft_outlook/__manifest__.py
addons/microsoft_outlook/controllers/__init__.py
addons/microsoft_outlook/controllers/main.py
addons/microsoft_outlook/i18n/ar.po
addons/microsoft_outlook/i18n/az.po
addons/micr
Aborting
root@teslaspain-odoo13-01:/opt/odoo/odoo-server#
Despues al hacer update all me da este otro error , que dice que no estan los impuestos del 5%
2022-08-03 18:25:43,515 1611 CRITICAL teslaspain odoo.service.server: Failed to initialize database `teslaspain`.
Traceback (most recent call last):
File "/opt/odoo/odoo-server/odoo/service/server.py", line 1192, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
File "/opt/odoo/odoo-server/odoo/modules/registry.py", line 86, in new
odoo.modules.load_modules(registry._db, force_demo, status, update_module)
File "/opt/odoo/odoo-server/odoo/modules/loading.py", line 424, in load_modules
force, status, report, loaded_modules, update_module, models_to_check)
File "/opt/odoo/odoo-server/odoo/modules/loading.py", line 315, in load_marked_modules
perform_checks=perform_checks, models_to_check=models_to_check
File "/opt/odoo/odoo-server/odoo/modules/loading.py", line 225, in load_module_graph
load_data(cr, idref, mode, kind='data', package=package, report=report)
File "/opt/odoo/odoo-server/odoo/modules/loading.py", line 68, in load_data
tools.convert_file(cr,
package.name, filename, idref, mode, noupdate, kind, report)
File "/opt/odoo/odoo-server/odoo/tools/convert.py", line 732, in convert_file
convert_csv_import(cr, module, pathname, fp.read(), idref, mode, noupdate)
File "/opt/odoo/odoo-server/odoo/tools/convert.py", line 779, in convert_csv_import
raise Exception(_('Module loading %s failed: file %s could not be processed:\n %s') % (module, fname, warning_msg))
Exception: Module loading l10n_es_aeat_mod303 failed: file l10n_es_aeat_mod303/data/2021-07/l10n.es.aeat.map.tax.line.csv could not be processed:
No se han encontrado registros coincidentes para id. externo 'l10n_es.account_tax_template_p_iva5_sc' en el campo 'Taxes templates'
No se han encontrado registros coincidentes para id. externo 'l10n_es.account_tax_template_p_iva5_sc' en el campo 'Taxes templates'
No se han encontrado registros coincidentes para id. externo 'l10n_es.account_tax_template_p_iva5_sc' en el campo 'Taxes templates'
No se han encontrado registros coincidentes para id. externo 'l10n_es.account_tax_template_p_iva5_sc' en el campo 'Taxes templates'
2022-08-03 18:25:43,516 1611 INFO teslaspain odoo.service.server: Stopping gracefully
¿Si no funciona el git pull puedo copiar la carpeta a lo bestia , de otro odoo 13 recien actualizado y que no dió problemas?