Commit Graph

718 Commits

Author SHA1 Message Date
Launchpad Translations on behalf of account-core-editors
6a118329b9 Launchpad automatic translations update. 2013-10-30 05:53:43 +00:00
unknown
eb278ebf7c [MRG]: Port account_chart_update to version 7.0
[FIX]: Changed types to orm.Model, orm.TransientModel and orm.AbstractModel.
[FIX]: Fix deletion method for some fields of objects.
[FIX]: Contributions have been written in the standard format of the community.
[FIX]: Changes in the form to work as a real wizard.
[FIX]: Remove 'init_xml' keys, because it's no longer needed in v7.
[FIX]: Rename 'demo_xml' key to the new standard 'demo'.
[FIX]: Change imports calls.
[FIX]: Remove __author__ variables in files, because authors are put on manifest file (__openerp__.py).
[FIX]: Update view definitions to version 7.0
[FIX]: Rename variables to OpenERP standard.
[FIX]: Increased compatibility with standard PEP8.
2013-10-29 10:39:36 +01:00
Alexis de Lattre
c4197015b8 Only display a warning when the partner is a customer.
I promise, it's my last commit on this merge proposal :)
2013-10-24 18:18:25 +02:00
Vincent Renaville
a2ebdd459b [FIX] Port of the module 2013-10-23 10:35:47 +02:00
Vincent Renaville
c045a4796d [ADD] account_tax_update 2013-10-22 10:46:11 +02:00
Alexis de Lattre
1c3b69c497 Add warning when the user sets a fiscal position "must have vat" on a partner and this partner doesn't have a VAT number in openerp yet.
Remove the cut at 80 lines on some messages as it doesn't work with translation files.
Update FR translation.
2013-10-19 21:56:42 +02:00
Joaquin Gutierrez
d8673bb5bf Invitu 2013-10-18 [IMP] small improvement : calling reopen method in action_init + indentation 2013-10-19 12:00:05 +02:00
Launchpad Translations on behalf of account-core-editors
283ee1f681 Launchpad automatic translations update. 2013-10-19 05:27:02 +00:00
Pedro M. Baeza
b2994e81b2 [IMP] Translation template files for all modules. 2013-10-18 20:00:44 +02:00
Invitu
8bd073f39a [IMP] small improvement : calling reopen method in action_init + indentation 2013-10-18 06:44:19 -10:00
unknown
6625dad56f [ADD] l10n fr.po to account_default_draft_move 2013-10-17 13:16:55 +02:00
Joaquin Gutierrez
9c033ef25b Multiple changes by Pedro Manuel Baeza
[FIX] account_chart_update: Corrected description for RST parser and english faults in it.
[FIX] account_chart_update: Corrected some english terms.
[IMP] account_chart_update: Changed name of menu to avoid excessive length.
[IMP] account_chart_update: Removed three line comments style.
[IMP] account_chart_update: Remove class instantiation.
[IMP] account_chart_update: Put method descriptions according documentation standards.
[IMP] account_chart_update: Updated translations.
[IMP] account_chart_update: Menu path to avoid needing multi-company permission.
2013-10-15 18:57:34 +02:00
Pedro M. Baeza
c5864b2bc0 [IMP] account_chart_update: Menu path to avoid needing multi-company permission. 2013-10-15 16:28:59 +02:00
Pedro M. Baeza
c56b64d0b2 [FIX] account_chart_update: Corrected description for RST parser and english faults in it.
[FIX] account_chart_update: Corrected some english terms.
[IMP] account_chart_update: Changed name of menu to avoid excessive length.
[IMP] account_chart_update: Removed three line comments style.
[IMP] account_chart_update: Remove class instantiation.
[IMP] account_chart_update: Put method descriptions according documentation standards.
[IMP] account_chart_update: Updated translations.
2013-10-15 16:19:18 +02:00
Alexis de Lattre
ad6725992f Translation template file is .pot (it's a trap, because OpenERP generate the file with .po extension !) 2013-10-14 17:12:51 +02:00
Alexis de Lattre
da957b98fd Should be PEP8 compliant now. 2013-10-14 00:48:40 +02:00
unknown
fd8e8596c5 [MIG]: account_renumber: Migration to 7.0
[IMP]: account_renumber: Refactoring module and inclusion of the improvements proposed by Pedro Manuel Baeza
2013-10-13 13:45:28 +02:00
Joaquin Gutierrez
d736a8c184 [IMP]: User Invitu add the method call _reopen to keep open the wizard.
[MRG]: User Invitu add frech language.
2013-10-08 20:15:46 +02:00
unknown
f845d03cca [TYPO] 2013-10-04 15:05:20 +02:00
unknown
2eea6829f7 [FIX] documentation 2013-10-04 14:59:56 +02:00
alexis-via
3c34e45623 [ADD] currency_rate_date_check: Module for companies in multi-currency who want to make sure that the currency rates they use are always up-to-date 2013-10-01 19:53:52 +02:00
Joaquin Gutierrez
69f0af6c0e [MRG]: Port account_char_update to version 7.0
[FIX]: Changed types to orm.Model, orm.TransientModel and orm.AbstractModel.
[FIX]: Fix deletion method for some fields of objects.
[FIX]: Contributions have been written in the standard format of the community.
[FIX]: Changes in the form to work as a real wizard.
[FIX]: Remove 'init_xml' keys, because it's no longer needed in v7.
[FIX]: Rename 'demo_xml' key to the new standard 'demo'.
[FIX]: Change imports calls.
[FIX]: Remove __author__ variables in files, because authors are put on manifest file (__openerp__.py).
[FIX]: Update view definitions to version 7.0
[FIX]: Rename variables to OpenERP standard.
[FIX]: Increased compatibility with standard PEP8.
2013-10-01 18:28:19 +02:00
Joaquin Gutierrez
c32b70a327 [FIX]: Identation for return sequence_id in method get_sequence_id_for_fiscalyear_id
[FIX]: Change variable name seq_facade for sequences.
[FIX]: Revision for PEP8
2013-09-28 18:58:23 +02:00
Alexis de Lattre
44b4d7929d Coding style enhancements suggested by the reviewers. 2013-09-28 18:10:52 +02:00
Joaquin Gutierrez
72ca285a8e [FIX]: Remove import time, it's not required.
[FIX]: Delete "_process" method, it's not requerired.
[FIX]: Delete "_get_id", now use the method "next_by_id" of object ir.sequence.
[FIX]: Refactoring get_sequence_id_for_fiscalyear_id. At the core there is no method to get the id of a sequence based on the fiscal year. Change sql querys for browser method.
[FIX]: Change order "Renumber" and "Cancel" buttons.
2013-09-28 17:40:31 +02:00
Joaquin Gutierrez
c1f7279b8e [FIX]: Wizard in new windows.
[FIX]: Add oe_link class to close botton.
2013-09-28 10:00:32 +02:00
Alexis de Lattre
cf8a6057b7 - Extension of translation file should be .pot
- better code for the constraint on the field currency_rate_max_delta
- coding style enhancements suggested by the reviewers
2013-09-27 21:24:42 +02:00
Joaquin Gutierrez
c96022bb1a [FIX]: Changes in the form to work as a real wizard.
[FIX]: Remove 'init_xml' keys, because it's no longer needed in v7.
[FIX]: Rename 'demo_xml' key to the new standard 'demo'.
[FIX]: Rename menu entry to "Renumber journal entries".
[FIX]: Change imports calls.
[FIX]: Remove __author__ variables in files, because authors are put on manifest file (__openerp__.py).
[FIX]: Increased compatibility with standard PEP8.
[FIX]: Delete test folder. On the next review I'll be able to create with YAML.
[IMP]:In selecting these come peridos sorted correctly. I modified the code to renumber the entries from period to period with this order.
2013-09-26 18:50:10 +02:00
unknown
2aa189fc9e [FIX] unused variables 2013-09-25 10:41:14 +02:00
unknown
b1787cc11d [IMP] better logging 2013-09-25 10:35:35 +02:00
unknown
e55bd132a4 [IMP] better logging 2013-09-25 10:32:00 +02:00
unknown
317b565aa5 [FIX] transaction error on mail.message 2013-09-24 13:58:42 +02:00
unknown
48a70bc69f [IMP] ormbypass exception logging 2013-09-24 13:58:20 +02:00
Joaquin Gutierrez
2772cbc918 [IMP] account_renumber: General Refactoring:
- Changed types to orm.Model, orm.TransientModel and orm.AbstractModel.
- Change renumbering assistants in renumbering, show results and cancellation to version 7.
- Remove legacy code calls.
- Contributions have been written in the standard format of the community.
2013-09-24 13:01:20 +02:00
unknown
9b3943376f [FIX] double defaults 2013-09-24 10:25:24 +02:00
Alexis de Lattre
1ff4302e2b Module "currency_rate_date_check" :
- move from extra-trunk to account-financial-tools
- port from OpenERP 6.1 to OpenERP 7.0
- add icon and screenshots
- add FR translation
2013-09-23 13:22:01 +02:00
unknown
6082f6a71d [FIX] unused import 2013-09-19 17:06:49 +02:00
unknown
6998300da9 [ADD] doc string 2013-09-19 16:50:52 +02:00
unknown
15101a1851 [IMP] comments 2013-09-19 16:22:42 +02:00
unknown
daf6a8660d [ADD] unit tests + test data 2013-09-19 15:25:01 +02:00
unknown
684dc7911c [REFACTOR] suppress unused direct import + adapt code to be mode testable by adding a switch to manage commit 2013-09-19 15:23:59 +02:00
Alexis de Lattre
8b435874d6 Initial check-in of the module "account_fiscal_position_vat_check"
This module checks that the customer has a VAT number on invoice validation if it has a fiscal position flagged "Customer must have VAT".
2013-09-19 14:03:15 +02:00
openerp
13688754b2 [ADD] test srtucture 2013-09-19 13:29:03 +02:00
openerp
57f5daff4b [FIX] logging 2013-09-19 13:27:47 +02:00
unknown
c670a94ab0 [ADD] permissions check when bypassing orm 2013-09-18 16:25:11 +02:00
unknown
795a67831d [FIX] constant value 2013-09-18 13:48:09 +02:00
unknown
fe7f136a30 [FIX] missing import of data.xml + cleanup of view 2013-09-18 13:45:44 +02:00
unknown
b08284e1c7 [IMP] asynchrone update, management of error, bypass orm option 2013-09-18 13:45:07 +02:00
unknown
ab4e80d4bc [ADD] import of account file 2013-09-18 13:44:16 +02:00
unknown
eb67314c27 [ADD] mail message subtype 2013-09-18 13:43:40 +02:00