-
Notifications
You must be signed in to change notification settings - Fork 72
[WIP] l10n_ar_edi_ux: WIP adapt update from padron to generic wizard #786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 19.0
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,19 +11,21 @@ | |
| "l10n_ar_ux", | ||
| "l10n_ar_edi", | ||
| "account_accountant", | ||
| "partner_autocomplete_wizard", | ||
| ], | ||
| "data": [ | ||
| "wizards/res_partner_update_from_padron_wizard_view.xml", | ||
| "views/res_partner_view.xml", | ||
| "views/account_move_view.xml", | ||
| "views/account_journal_view.xml", | ||
| "views/l10n_ar_boarding_permission_view.xml", | ||
| "wizards/res_partner_update_from_padron_wizard_view.xml", | ||
| "security/ir.model.access.csv", | ||
| ], | ||
| "demo": [ | ||
| "demo/res_partner_demo.xml", | ||
| ], | ||
| "installable": False, | ||
| "installable": True, | ||
|
||
| "auto_install": True, | ||
| "application": False, | ||
| "post_init_hook": "post_init_hook", | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -9,3 +9,5 @@ | |||
| from . import l10n_ar_boarding_permission | ||||
| from . import res_config_settings | ||||
| from . import res_company | ||||
| from . import l10n_ar_afipws_connection | ||||
|
||||
| from . import l10n_ar_afipws_connection |
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
El archivo
wizards/res_partner_update_from_padron_wizard_view.xmlestá declarado dos veces en el manifest (líneas 17 y 22). Esto causará que el archivo se cargue duplicadamente durante la instalación del módulo.