summaryrefslogtreecommitdiff
path: root/vit_efaktur/__openerp__.py
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-05-10 17:14:58 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-05-10 17:14:58 +0700
commit1ca3b3df3421961caec3b747a364071c80f5c7da (patch)
tree6778a1f0f3f9b4c6e26d6d87ccde16e24da6c9d6 /vit_efaktur/__openerp__.py
parentb57188be371d36d96caac4b8d65a40745c0e972c (diff)
initial commit
Diffstat (limited to 'vit_efaktur/__openerp__.py')
-rw-r--r--vit_efaktur/__openerp__.py68
1 files changed, 68 insertions, 0 deletions
diff --git a/vit_efaktur/__openerp__.py b/vit_efaktur/__openerp__.py
new file mode 100644
index 0000000..6b5c81f
--- /dev/null
+++ b/vit_efaktur/__openerp__.py
@@ -0,0 +1,68 @@
+{
+ "name": "E-Faktur Management for Indonesia Tax",
+ "version": "1.7",
+ "depends": [
+ "account",
+ "stock",
+ "vit_kelurahan",
+ ],
+ 'images': ['static/description/images/main_screenshot.png'],
+ "author": "vitraining.com",
+ "website": "www.vitraining.com",
+ 'category': 'Accounting',
+ 'price':'30',
+ 'currency': 'USD',
+ "category": "Accounting",
+ "summary": "Manage, Export and Import, Tag Invoice with E-Faktur, the online tax management system for Indonesian companies",
+ "description": """\
+
+Version 1.7
+* Bugs fix on combined efaktur total DPP, referene invoice
+* Save file to binary field, not file on static folder
+
+Version 1.6
+* Bugs fix on combined efaktur total DPP
+
+Version 1.5
+* Bugs fix on combined efaktur
+
+Version 1.4
+* Multi invoice single efaktur
+
+Version 1.3
+* Encode utf8
+
+Version 1.2
+* Kawasan berikat
+
+Version 1.0
+* Pengelolaan eFaktur Pajak Indonesia
+* created menu:
+* created object
+* created views
+* logic:
+
+""",
+ "data": [
+ "security/ir.model.access.csv",
+ "wizard/generate.xml",
+ "wizard/product.xml",
+ "wizard/partner.xml",
+ "wizard/pk.xml",
+ "wizard/auto.xml",
+ "wizard/pm.xml",
+ "wizard/assign.xml",
+
+ "view/product.xml",
+ "view/efaktur.xml",
+ "view/partner.xml",
+ "view/invoice.xml",
+ "view/invoice_supplier.xml",
+ "report/invoice.xml",
+
+
+ ],
+ "application": True,
+ "installable": True,
+ "auto_install": False,
+} \ No newline at end of file