Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
17
account_move_tier_validation_approver/__manifest__.py
Normal file
17
account_move_tier_validation_approver/__manifest__.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Copyright 2021 ForgeFlow, S.L.
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
{
|
||||
"name": "Account Move Tier Validation Approver",
|
||||
"version": "18.0.1.0.0",
|
||||
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
||||
"category": "Accounting",
|
||||
"license": "AGPL-3",
|
||||
"depends": ["account_move_tier_validation"],
|
||||
"website": "https://github.com/OCA/account-invoicing",
|
||||
"data": [
|
||||
"views/account_move_views.xml",
|
||||
"views/res_partner_views.xml",
|
||||
"views/res_config_settings_views.xml",
|
||||
],
|
||||
"installable": True,
|
||||
}
|
||||
Reference in New Issue
Block a user