Commit Graph

1991 Commits

Author SHA1 Message Date
Stéphane Bidoul (ACSONE)
78c512ac92 Merge pull request #214 from andrius-preimantas/fix_wrong_partner_inherited_view
[FIX][account_credit_control] Partner Form view: field "credit_limit" is defined in account m…
2015-06-01 17:05:28 +02:00
Stéphane Bidoul (ACSONE)
80b4b4bc70 Merge pull request #217 from yvaucher/8.0-add-bug-tracker-link
Add bug tracker link on README.rst
2015-06-01 17:00:26 +02:00
Stéphane Bidoul (ACSONE)
23e286ade5 Merge pull request #226 from akretion/8.0-currency-rate-update-workaround-and-enhance
8.0 workaround bug #151 and fixes the cron
2015-06-01 16:46:03 +02:00
luc-demeyer
12fa957847 improved support for analytics 2015-05-31 17:43:24 +02:00
Alexis de Lattre
1928eae801 Fix log message 2015-05-29 14:27:07 +02:00
Adrien Peiffer (ACSONE)
07ece3d6f7 [IMP][account_asset_management] Define a list of move's fields that can't be modified if a move is linked with a depriciation line 2015-05-29 08:02:10 +02:00
Alexis de Lattre
a3d1fa6c98 Add info log and convert an existing info log to error log 2015-05-29 00:50:33 +02:00
Alexis de Lattre
9dbbbacf1a Fix crash "TypeError: _run_currency_update() takes exactly 1 argument (2 given)" 2015-05-29 00:27:50 +02:00
Alexis de Lattre
fab1eccb64 Add record rule for currency.rate.update.service
Workaround for bug #151
Add dedicated menu entry for currency.rate.update.service in Accounting > Config > Misc
Fix English mistake
Clean-up form view structure of currency.rate.update.service
2015-05-29 00:19:30 +02:00
Sandy
e2ec70f71c Merge pull request #198 from acsone/8.0-account_asset_management-reload_on_button-sbi
[IMP] account_asset_management: use reload_on_button instead of reloading page
2015-05-28 11:20:25 -04:00
Laurent Mignon (ACSONE)
a30a4433c4 [IMP] assign default channel on @job function 2015-05-28 12:28:00 +02:00
Andrius Preimantas
080ea8d0da [FIX][account_credit_control] Do not link e-mails to Transient records
Transient records are deleted periodically so res_id will point to ID which
does not exists. And when reading email records system would also check if
res_id can be read by user which would cause an exception because res_id
might not exist at that point.
2015-05-27 15:20:24 +03:00
Laurent Mignon (ACSONE)
ea39eb0295 [IMP] Process jobs 'validate_one_move' in a dedicated job channel
To avoid concurrent update when validating the account_move
on ir_sequence, jobs must be processed one by one. Using a
dedicated channel enable to isolate the processing of
the 'validate_one_move' jobs from the root channel
2015-05-27 11:31:01 +02:00
Pedro M. Baeza
985e714dbd [IMP] account_chart_update: README + authors 2015-05-27 10:18:41 +02:00
Pedro M. Baeza
73e81f7660 Merge pull request #178 from pedrobaeza/8.0-account_chart_update-imp
[IMP] account_chart_update: Whole refactoring + New API
2015-05-25 13:35:21 +02:00
Pedro M. Baeza
3f3f59c16c [IMP] account_chart_update: Re-enable local cache variables 2015-05-22 20:00:28 +02:00
Yannick Vaucher
f8cadc76be Add bug tracker link on README.rst 2015-05-22 19:45:07 +02:00
Pedro M. Baeza
b325bc5c6b [ADD] account_tax_chart_interval: Tax chart for a period interval
Tax chart for a period interval
===============================

Regular tax chart wizard lets you select only one period. With this module,
you can select an initial and ending period, and you will get taxes data
for that interval.
2015-05-22 14:54:33 +02:00
Yannick Vaucher
a3dc77e000 Merge pull request #215 from andrius-preimantas/i18n_da_DK
[IMP][account_credit_control] Minimal Danish translation
2015-05-22 14:14:29 +02:00
Andrius Preimantas
9d3d9abbe9 [IMP][account_credit_control] Minimal Danish translation 2015-05-21 17:33:42 +03:00
Andrius Preimantas
97784eb28e [FIX] Partner Form view: field "credit_limit" is defined in account module, not base 2015-05-21 17:10:09 +03:00
Adrien Peiffer (ACSONE)
fc6a2d3495 [IMP] Commit transaction to avoid to lose all the jobs have been created in case of crash of the current job 2015-05-18 17:35:19 +02:00
Alexandre Fayolle
d22c13e786 Update travis configuration
Follow OCA/maintainer-quality-tools#187 and use addons/apt/package directive to
install our build dependencies. This allows using container based Travis builds
(which should be faster).
2015-05-14 22:06:53 +02:00
czoellner
4acb15b322 [Fix] using datetime.datetime objects for all cases 2015-05-08 16:09:55 +02:00
Pedro M. Baeza
2263920826 Merge pull request #206 from OCA/dreispt-fix-desc
Small fix on description
2015-05-06 09:00:06 +02:00
Pedro M. Baeza
13893921d6 Merge pull request #200 from vrenaville/improve_tax_analysis
[IMP] add defaut group by account / tax code + add form view + add invoi...
2015-05-06 08:59:44 +02:00
Daniel Reis
fb3fe1d6fa Small fix on description 2015-05-05 17:55:27 +01:00
vrenaville
612ef7e282 [FIX] add translation files for FR + improve pot 2015-05-05 15:27:53 +02:00
vrenaville
fa1ff224b3 [FIX] retab xml file 2015-05-05 14:53:23 +02:00
Pedro M. Baeza
4420c1cc02 Merge pull request #202 from acsone/8.0-fix-tobe-reversal-ape
[FIX][account_reversal] To be reversed should be false after reversal
2015-04-29 15:41:23 +02:00
luc-demeyer
46d2c5a06c update 80 account_move_line_search_extension 2015-04-28 12:28:37 +02:00
Yannick Vaucher
c80841e914 Merge pull request #197 from pedrobaeza/8.0-account_invoice_currency-fix_view
[FIX] account_invoice_currency: Fix invoice view
2015-04-27 11:04:19 +02:00
Adrien Peiffer (ACSONE)
ac3744cbff [FIX][account_reversal] To be reversed should be false after reversal 2015-04-27 09:39:36 +02:00
Yannick Vaucher
4081b91c3b Merge pull request #187 from pjmcdermott/8.0
[FIX] Add EUR currency option to ECB service when base currency != EUR
2015-04-24 16:47:41 +02:00
vrenaville
8f7cd83515 [IMP] add defaut group by account / tax code + add form view + add invoice in tree view
Conflicts:
	account_tax_analysis/account_tax_analysis_view.xml
2015-04-24 10:03:26 +02:00
Pedro M. Baeza
09cb584fdb [IMP] account_chart_update: Whole refactoring
* Migrated to new API.
* Provided hooks for detecting changes and for adding update/create values.
* Purge dead error detection code (not applying).
* Use global mapping dictionaries stored on class instead of passing arguments down to top and viceversa.
* Number fields computed by a function field instead of being computed by hand.
* Use recordsets as indexes instead of ids to avoid repetitive browses.
2015-04-24 02:06:09 +02:00
Stéphane Bidoul
18f7a5b7e0 [IMP] account_asset_management: use reload_on_button instead of reloading page 2015-04-23 12:06:10 +02:00
Pedro M. Baeza
823ee67da5 [FIX] account_invoice_currency: Fix invoice view 2015-04-22 14:01:38 +02:00
Alexandre Fayolle
1bf5197a64 Merge pull request #194 from StefanRijnhart/8.0-fix_runbot_therp
8.0 fix runbot therp
2015-04-21 08:42:50 +02:00
Stefan Rijnhart
0d8bd5650b [DEL] Group access for transient model 2015-04-20 15:12:44 +02:00
Stefan Rijnhart
032b79346c [FIX] Inherited model is a transient model 2015-04-20 15:11:35 +02:00
Stefan Rijnhart
3b09d41674 [FIX] Nonexisting field in data entry 2015-04-20 15:04:46 +02:00
StefanRijnhart
d91dd4d2fb [FIX] Don't remove company properties, but remove properties that refer
to company records
[IMP] Remove properties on account.journal (and other records) as well
[IMP] Remove inactive records
[ADD] Remove analytic lines
[IMP] Inspect fiscal position lines (as the positions are not necessarily
linked to a company)
2015-04-20 13:47:55 +02:00
Pedro M. Baeza
e0d785c619 [IMP] account_chart_update: Fix calculated field when showing inactives + add field to view 2015-04-18 13:08:29 +02:00
Pedro M. Baeza
9c49cee9d8 Merge pull request #185 from StefanRijnhart/8.0-add-account_reset_chart_therp
[8.0] add account_reset_chart
2015-04-13 12:51:06 +02:00
Paul McDermott
23ed0ce9b5 [FIX] Add EUR currency option to ECB service when base currency != EUR 2015-04-09 23:58:08 +01:00
Stefan Rijnhart
22ed7a876a [RFR] Avoid void statement detection by travis 2015-04-09 17:24:19 +02:00
Stefan Rijnhart (Therp)
9d14b706ba Merge pull request #106 from guewen/8.0-dunning-currencies
Credit Control Dunning Fees: improve handling of currencies
2015-04-08 18:43:37 +02:00
Stefan Rijnhart
7b0b75a305 [FIX] Also unlink draft vouchers 2015-04-08 17:57:46 +02:00
Stefan Rijnhart
d5b781391d [IMP] Smaller icon 2015-04-08 17:50:04 +02:00