add purchase_rappel. manage rappel commission for vendors
This commit is contained in:
parent
4fbf3284f4
commit
4c07dd042d
24 changed files with 1458 additions and 0 deletions
22
purchase_rappel/__manifest__.py
Normal file
22
purchase_rappel/__manifest__.py
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 2024 Criptomart
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
"name": "Purchase Rappel Commission",
|
||||
"version": "17.0.1.0.0",
|
||||
"summary": "Manage rappel commission invoices for vendors",
|
||||
"category": "Purchase",
|
||||
"author": "Criptomart",
|
||||
"website": "https://criptomart.net",
|
||||
"license": "AGPL-3",
|
||||
"depends": ["purchase", "account"],
|
||||
"data": [
|
||||
"security/ir.model.access.csv",
|
||||
"wizard/account_move_rappel_wizard_views.xml",
|
||||
"views/res_partner_views.xml",
|
||||
"views/res_config_settings_views.xml",
|
||||
"views/account_move_views.xml",
|
||||
],
|
||||
"installable": True,
|
||||
"application": False,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue