forked from OCA/sale-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
27 lines (26 loc) · 836 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 2023 Moduon Team S.L.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl-3.0)
{
"name": "Sale Invoice Frequency",
"summary": "Define the invoice frequency for customers",
"version": "16.0.1.2.1",
"development_status": "Beta",
"category": "Sales/Sales",
"website": "https://github.com/OCA/sale-workflow",
"author": "Moduon, Odoo Community Association (OCA)",
"maintainers": ["Shide", "yajo", "EmilioPascual"],
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"sale",
"account",
],
"data": [
"security/ir.model.access.csv",
"data/sale_invoice_frequency_data.xml",
"views/sale_invoice_frequency_view.xml",
"views/res_partner_view.xml",
"views/sale_order_view.xml",
],
}