[IMP] account_move_name_sequence: apply guidelines to name view files

Update name of view files to follow guidelines.
This commit is contained in:
Andrea Gidalti
2023-10-27 23:47:01 +00:00
committed by Moises Lopez - https://www.vauxoo.com/
parent ae0c69f91e
commit f44e61f61a
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
"license": "AGPL-3",
"summary": "Generate journal entry number from sequence",
"author": "Akretion,Vauxoo,Odoo Community Association (OCA)",
"maintainers": ["alexis-via", "moylop260", "frahikLV", "luisg123v"],
"maintainers": ["alexis-via", "moylop260", "luisg123v"],
"website": "https://github.com/OCA/account-financial-tools",
"depends": [
"account",
@@ -22,8 +22,8 @@
"demo/account_journal_demo.xml",
],
"data": [
"views/account_journal.xml",
"views/account_move.xml",
"views/account_journal_views.xml",
"views/account_move_views.xml",
"security/ir.model.access.csv",
],
"post_init_hook": "post_init_hook",