Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
20
sale_order_note_template/__manifest__.py
Executable file
20
sale_order_note_template/__manifest__.py
Executable file
@@ -0,0 +1,20 @@
|
||||
# © 2020 Pierre Verkest <pierreverkest84@gmail.com>)
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
"name": "Sale Orders Terms and conditions Templates",
|
||||
"summary": "Add sale orders terms and conditions template that can be "
|
||||
"used to quickly fullfill sale order terms and conditions",
|
||||
"category": "Sales/Sales",
|
||||
"version": "18.0.1.0.0",
|
||||
"author": "Pierre Verkest,Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/sale-workflow",
|
||||
"license": "AGPL-3",
|
||||
"depends": ["sale_management"],
|
||||
"data": [
|
||||
"security/ir.model.access.csv",
|
||||
"views/sale_views.xml",
|
||||
"views/sale_terms_template.xml",
|
||||
],
|
||||
"installable": True,
|
||||
}
|
||||
Reference in New Issue
Block a user