lp://staging/~openerp-expert-accounting/openobject-addons/5.0-improvement
Created by
Claude Brulé
and last modified
- Get this branch:
- bzr branch lp://staging/~openerp-expert-accounting/openobject-addons/5.0-improvement
Members of
OpenERP Accounting Experts
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Rejected
for merging
into
lp://staging/openobject-addons
- OpenERP Core Team: Pending requested
-
Diff: 2536 lines (+2344/-0)35 files modifiedaccount_3rd_party_generat/__init__.py (+33/-0)
account_3rd_party_generat/__terp__.py (+72/-0)
account_3rd_party_generat/data/account_seq.xml (+36/-0)
account_3rd_party_generat/doc/functional.rst (+31/-0)
account_3rd_party_generat/i18n/fr_FR.po (+106/-0)
account_3rd_party_generat/object/__init__.py (+32/-0)
account_3rd_party_generat/object/modificators.py (+120/-0)
account_3rd_party_generat/object/partner.py (+243/-0)
account_3rd_party_generat/wizard/__init__.py (+31/-0)
account_3rd_party_generat/wizard/install_wizard.py (+121/-0)
account_3rd_party_generat/wizard/install_wizard.xml (+46/-0)
account_bank_deposit_slip/__init__.py (+26/-0)
account_bank_deposit_slip/__terp__.py (+72/-0)
account_bank_deposit_slip/data/sequence.xml (+27/-0)
account_bank_deposit_slip/object/__init__.py (+26/-0)
account_bank_deposit_slip/object/account_bank_deposit_slip.py (+195/-0)
account_bank_deposit_slip/report/__init__.py (+23/-0)
account_bank_deposit_slip/view/bank_deposit_view.xml (+55/-0)
account_bank_deposit_slip/view/menu.xml (+32/-0)
account_invoice_merge/__init__.py (+27/-0)
account_invoice_merge/__terp__.py (+67/-0)
account_invoice_merge/object/__init__.py (+26/-0)
account_invoice_merge/object/invoice.py (+122/-0)
account_invoice_merge/wizard/__init__.py (+26/-0)
account_invoice_merge/wizard/invoice_merge_view.xml (+51/-0)
account_invoice_merge/wizard/merge_invoice.py (+91/-0)
account_journal_uniq_code/__init__.py (+25/-0)
account_journal_uniq_code/__terp__.py (+58/-0)
account_journal_uniq_code/object/__init__.py (+25/-0)
account_journal_uniq_code/object/account_journal.py (+87/-0)
account_move/__init__.py (+28/-0)
account_move/__terp__.py (+72/-0)
account_move/object/__init__.py (+27/-0)
account_move/object/account_move.py (+71/-0)
account_move/object/account_move_line.py (+214/-0)
Branch information
Recent revisions
- 6. By Claude Brulé
-
[ADD] Add module account_
invoice_ merge : merging draft invoices
* usefull espcially in purchase purpose, but can be used to sales to - 5. By Claude Brulé
-
[ADD] Add module account_
journal_ uniq_code, disallow duplicate code on account journal - 4. By Claude Brulé
-
[ADD] Add module account_move witch add basic function to account moves
* this module will be used by many others, like wizards, banking actions, and so on - 3. By Claude Brulé
-
[ADD] Add module account_
bank_deposit_ slip (developpment version)
* This module is used to transfert moves for a journal to another
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)