- Jun 20, 2014
-
-
Quentin De Paoli authored
[IMP] account: learn the res.partner.bank of partners in reconciliation process on bank statement + adapted l10n_be
-
Cédric Snauwaert authored
-
Quentin De Paoli authored
[FIX] account: reconciliation on structured communication has to be done on ref field, not move name
-
Quentin De Paoli authored
-
Quentin De Paoli authored
[IMP] l10n_be_coda: using the ref field to store the structured communication for automatic reconciliation as per new process on bank statement
-
Quentin De Paoli authored
[IMP] account, bank statement reconciliation improvements: look for structured communication first, if no partner is given then propose any unreconciled line, refactoring and bug fixes
-
Quentin De Paoli authored
[FIX] account, bank statement reconciliation: post automatically an accounting entry of the currency rate difference at reconciliation time
-
Quentin De Paoli authored
[FIX] account: another way to resolve multi currency reconciliation on bank statements: show the amount in statement line currency instead of converting them into the statement currency. This is needed in order to have a balance of 0 in the foreign currency. The only remaining thing is to make a foreign currency exchange writeoff automatic at the reconciliation time if we reconcile 2 lines having the same currency_id
-
- Jun 19, 2014
-
-
Richard Mathot authored
[FIX] Accounting: Filter on fiscal year in CoA tree
-
Pinakin Nayi authored
-
Martin Trigaux authored
account: Unify reconcile_partial and reconcile behaviour: return the account.move.reconcile id
-
Denis Ledoux authored
[MERGE] auth_crypt: Upgrade to pbkdf2_sha512 replace handrolled KDF by passlib (& usage of passlib API) * replace handrolled KDF by passlib (& usage of passlib API) * replace md5crypt by pbkdf2(sha512) - handle upgrade from an old database (rehash on login) * forward-port encrypt-at-install from f29ff5ef
-
Richard Mathot authored
-
Richard Mathot authored
[IMP] base: use current context when evaluating ir_actions' context
-
Xavier Morel authored
Record values should not be passed by keyword to "Model.create": there is no requirement or guarantee that overriding methods call the parameter "vals".
-
Thomas Fossoul authored
Come on !!!! timesheet_obj.create(cr, uid, vals=vals_line, context=context) timesheet_obj.create(cr, uid, vals_line, context=context)
-
Xavier Morel authored
also move utility methods to class bottom to improve reading experience (hopefully)
-
Xavier Morel authored
-
Xavier Morel authored
-
Xavier Morel authored
-
Xavier Morel authored
Applies to new and yet-to-be-encrypted users, existing already-encrypted will keep logging in as usual, their password storage will be upgraded on next password *change*.
-
Xavier Morel authored
-
- Jun 18, 2014
-
-
Paulius Sladkevičius authored
It should be similar like it's done with reconcile(). That would help a lot when needs to make automatic partial reconciliations.
-
Xavier Morel authored
website: missing timezone conversion back to UTC on save
-
Xavier Morel authored
In t-field, datetime fields (formatted and not formatted versions) are converted to the context/user's timezone (through fields.datetime.context_timestamp) when displayed, but were saved without converting back so the next display would go forward (or back) of the user's tzoffset. Fix that by applying context_timestamp's conversion backwards, from the context/user's timezone back to UTC, before saving the field's value.
-
Xavier Morel authored
`@groups` attribute in qweb views
-
Thibault Delavallée authored
[MOV] [RENAME] project_mrp -> sale_service
-
- Jun 17, 2014
-
-
Amit Vora authored
-
Thibault Delavallée authored
[FIX] project_mrp: fixed with in which product attributes are added, probably due to product and template refactoring
-
Xavier Morel authored
[IMP] add XID to view name in Ace editor dropdown
-
Xavier Morel authored
* Looks better * Allows for a label * Allows for longer template names and ids without cutting off * Room to grow more info bits
-
Xavier Morel authored
Make attachment data available under public by default
-
Xavier Morel authored
Qweb foreach
-
Xavier Morel authored
Fix postprocessing of request arguments in website
-
Xavier Morel authored
-
Thibault Delavallée authored
[IMP] hr_timesheet, hr_timesheet_sheet: merge timesheet and hr_timesheet reports; base report moved to hr_timesheet; hr_timesheet_sheet adds data to the report using inheritance.
-
Fabien Meghazi authored
[ADD] support for multiple value query args in keep_query()
-
Richard Mathot authored
[REF] website: change URL to new Odoo website
-
Xavier Morel authored
Assuming access rights are correctly configured, this allows providing downloads for any attachment type, not just to display images via /website/image. TODO: unify attachment querying, we've got stuff over both web/ and website/
-
Fabien Meghazi authored
[FIX] sitemap does not show pages (Fixes #452) the /page/ controller was not using the page converter
-