mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-23 17:02:07 +02:00
Initial commit: Accounting packages
This commit is contained in:
commit
4ef34c2317
2661 changed files with 1709616 additions and 0 deletions
|
|
@ -0,0 +1,27 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
{
|
||||
'name' : 'Import/Export Invoices From XML/PDF',
|
||||
'description':"""
|
||||
Electronic Data Interchange
|
||||
=======================================
|
||||
EDI is the electronic interchange of business information using a standardized format.
|
||||
|
||||
This is the base module for import and export of invoices in various EDI formats, and the
|
||||
the transmission of said documents to various parties involved in the exchange (other company,
|
||||
governements, etc.)
|
||||
""",
|
||||
'version' : '1.0',
|
||||
'category': 'Accounting/Accounting',
|
||||
'depends' : ['account'],
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
'views/account_edi_document_views.xml',
|
||||
'views/account_move_views.xml',
|
||||
'views/account_payment_views.xml',
|
||||
'views/account_journal_views.xml',
|
||||
'data/cron.xml'
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': True,
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue