Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
31
account_move_name_sequence/__manifest__.py
Executable file
31
account_move_name_sequence/__manifest__.py
Executable file
@@ -0,0 +1,31 @@
|
||||
# Copyright 2021 Akretion France (http://www.akretion.com/)
|
||||
# Copyright 2022 Vauxoo (https://www.vauxoo.com/)
|
||||
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
# @author: Moisés López <moylop260@vauxoo.com>
|
||||
# @author: Francisco Luna <fluna@vauxoo.com>
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
"name": "Account Move Number Sequence",
|
||||
"version": "18.0.1.0.1",
|
||||
"category": "Accounting",
|
||||
"license": "AGPL-3",
|
||||
"summary": "Generate journal entry number from sequence",
|
||||
"author": "Akretion,Vauxoo,Odoo Community Association (OCA)",
|
||||
"maintainers": ["alexis-via", "moylop260", "luisg123v"],
|
||||
"website": "https://github.com/OCA/account-financial-tools",
|
||||
"depends": [
|
||||
"account",
|
||||
],
|
||||
"demo": [
|
||||
"demo/ir_sequence_demo.xml",
|
||||
"demo/account_journal_demo.xml",
|
||||
],
|
||||
"data": [
|
||||
"views/account_journal_views.xml",
|
||||
"views/account_move_views.xml",
|
||||
"security/ir.model.access.csv",
|
||||
],
|
||||
"post_init_hook": "post_init_hook",
|
||||
"installable": True,
|
||||
}
|
||||
Reference in New Issue
Block a user