Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
16
account_move_tier_validation/__manifest__.py
Normal file
16
account_move_tier_validation/__manifest__.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# Copyright <2020> PESOL <info@pesol.es>
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
|
||||
{
|
||||
"name": "Account Move Tier Validation",
|
||||
"summary": "Extends the functionality of Account Moves to "
|
||||
"support a tier validation process.",
|
||||
"version": "18.0.1.0.1",
|
||||
"category": "Accounts",
|
||||
"website": "https://github.com/OCA/account-invoicing",
|
||||
"author": "PESOL, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"application": False,
|
||||
"installable": True,
|
||||
"depends": ["account", "base_tier_validation"],
|
||||
"data": ["views/account_move_view.xml"],
|
||||
}
|
||||
Reference in New Issue
Block a user