Commit Graph

33 Commits

Author SHA1 Message Date
Fabien Pinckaers cac4fe35ca better_views
bzr revid: fp@tinyerp.com-20081027152913-hbizvoble601g1l9
2008-10-27 16:29:13 +01:00
Mustufa Rangwala 2fc78c00c8 remove all reference of budget from account module..now it will move in account_budget_crossover
bzr revid: mra@tinyerp.com-20080911064328-hsqms2eovfwq2g03
2008-09-11 12:13:28 +05:30
Fabien Pinckaers 463643c9f7 Modifs
bzr revid: fp@tinyerp.com-20080822145343-1i6bhgw0082j75u1
2008-08-22 16:53:43 +02:00
Fabien Pinckaers fbdc1caf4d Renamed Model to Object
bzr revid: fp@tinyerp.com-20080821135055-ijznyq0mftrcisy8
2008-08-21 15:50:55 +02:00
Jay Vora c01a3f8ec4 Account.move.line:Added analytic entries on manual entry of move line.Added analytic journal field on account journal.
bzr revid: jvo@tinyerp.com-20080819133112-qbzuy5z0kjl67jtk
2008-08-19 19:01:12 +05:30
Christophe Simonis 3e3d897e88 add encoding comment and vim comment
bzr revid: christophe@tinyerp.com-20080723144147-77o5t9adx26a84lt
2008-07-23 16:41:47 +02:00
Christophe Simonis d2ff95f665 replace tabs with 4 spaces
bzr revid: christophe@tinyerp.com-20080722151128-f5zy75tsn8pgtndd
2008-07-22 17:11:28 +02:00
stw 0feb782c6a add Copyright and GPL license into the Header of Python files
bzr revid: stw-d9a6d631f7cfdab5a120a6b0104ce2dbf8644841
2008-06-16 11:00:21 +00:00
qdp 3724cb49a2 *removed everything related to analytic budget
bzr revid: qdp-79bd22e2fed50e25bbd97a4f8433b14745fad6c0
2008-05-26 09:43:46 +00:00
Fabien Pinckaers f564fa1528 Name of the record
bzr revid: fp@tinyerp.com-ced07be88c46c8503b725540e8fb4e1f7f010147
2007-10-07 12:03:41 +00:00
ced b04c030791 Fix cost & revenue on analytic account
- remove limit 12 -> doesn't work
- remove from one2many because there is no limit
- improve the relate button

bzr revid: ced-9f3ba0b26721f6d322cb4760cc55284379ea1696
2007-09-20 14:00:18 +00:00
ced d442092a8d Fix override of create in account.analytic.account
Must keep the same variable name for default variable

bzr revid: ced-74d3e5a4f856d43c6e19af78482e8308cda33035
2007-08-10 06:55:58 +00:00
Fabien Pinckaers 3af852682d Better therminology
bzr revid: fp@tinyerp.com-cd180ddb8958072040e9919bcfe7b23c80735c4b
2007-08-08 19:55:39 +00:00
ced 5d123a10f5 account, kernel: fix recursion in analytic account
- add constraint against recursion (in orm)
- modify compute quantity, because now browse record in recursive compute will no more work.

bzr revid: ced-3037d437393d876d046446414b2a1751f23b5913
2007-07-30 13:35:15 +00:00
ced af264063c1 account,account_report,base,product,scrum,stock,kernel: fix name_search
- add limit
- use context for the search
- fix mutable default args

bzr revid: ced-30a8f56251ac8091c54ce4dc0ec3cc344d4b5261
2007-07-26 08:31:51 +00:00
ced 1affdedfd3 Merge branch 'master' of ssh://ced@dev.tinyerp.com//home/ced/terp
Conflicts:

	server/bin/addons/hr_timesheet_invoice/report/cost_ledger.py

bzr revid: ced-53d5b1eb97f770d60b281ecb4ff118898d110112
2007-07-19 13:47:25 +00:00
Fabien Pinckaers b7de5fad0f Better views in project management
Improving dashboards for preoject and analytic accounts
Bugfix in departments
More digits in secondary unit
Improvement in the ORM for reading/searching in write_date and create_date: used for base_synchro module

bzr revid: fp@tinyerp.com-08c979808cef117599946f54e731dd77f7b58b55
2007-07-04 10:44:05 +00:00
ced 3e70243021 ACCOUNT: improve child search
bzr revid: ced-a31a8dde4a6b8ad4771e5fb082ee63291f806099
2007-06-07 08:42:53 +00:00
ced fd83d97026 ACCOUNT: fix code update when duplicate account analytic
bzr revid: ced-ea90945a9b0def726f945ad7cf6fd03156f1a908
2007-06-05 13:46:08 +00:00
ced c8ffed812a ACCOUNT, HRTIMESHEET, HRTIMESHEET_INVOICE: improve state of analytic account
Move state into account module
Add domain for state in timesheet

bzr revid: ced-b912e6ed491cc0749682177b26d13c083aee3932
2007-06-05 12:57:03 +00:00
ced fdc262d379 ALL: review menu form,tree->tree,form
bzr revid: ced-5e86e8be45c5fdc0eb473e85e849a5f2244ca7eb
2007-05-30 11:24:57 +00:00
bch b1a4247410 analytic account: the analytic account chart is now quicker and show also debit and credit
bzr revid: bch-9319300eff9f4902fb0c9d978ef4de59a3fbc995
2007-05-03 13:56:50 +00:00
bch 7f7d33e194 file_open raise a nice exception when a file is not found
bzr revid: bch-05fa177eb1ee44b4ef56830a85c3ffad87f005be
2007-05-03 13:34:39 +00:00
Mantavya Gajjar 515040d3d8 ACCOUNT: fix on_change parent_id on analytic account to change partner only if in parent
bzr revid: mga@tinyerp.com-af646aaeefacf3996ec7b96224f0033abe45ded0
2007-04-11 06:55:15 +00:00
Mantavya Gajjar c5b1fbc478 ACCOUNT: add multi-company into base accounting
bzr revid: mga@tinyerp.com-9d1120f18bae244eeb46ca3a8f00919a8498058b
2007-03-28 14:41:48 +00:00
rde cc9ca29257 Analytic account budget
bzr revid: rde-c7efb135e9890297b2ba82fb3ff35a0fcaf977c4
2007-01-08 11:08:37 +00:00
bch 439d7a5a90 ACCOUNT:
* bank statment line now have a ref t othe corresponding invoice.
* account.py splitted for depedendy reason.

L10N_CH: debug

bzr revid: bch-cd59941716bff05a29b95739b303b6f1c2a859a8
2007-01-04 09:45:50 +00:00
pinky 95451ee409 Demo data for dashboards
bzr revid: pinky-c4195829aadb9c8493917667c06cb2680befcc25
2007-01-02 22:40:07 +00:00
pinky 654507e5bc Project numbers
bzr revid: pinky-6f68e63616750764c4fbc2d2801812d1e1497e3b
2007-01-02 12:03:48 +00:00
pinky ef2f1349b4 Project numeratation default value
bzr revid: pinky-3010e8fc9aad15e94e37e832a37a49676be9e952
2007-01-02 11:55:33 +00:00
pinky f211b7c7d0 Modifs for code of project analytic
bzr revid: pinky-9b2afaffe804bfc20ca095642a9d8a2c1236f94e
2007-01-02 11:37:04 +00:00
pinky 3ef65d7f93 Improvement of the L10n_fr account_chart
Dashboards
Type in PO orders

bzr revid: pinky-d9b12f1707823e9b9a46ffee459fd90aedce8e3e
2006-12-14 14:35:24 +00:00
pinky a83dce15e0 New trunk
bzr revid: pinky-dedd7f8a42bd4557112a0513082691b8590ad6cc
2006-12-07 13:41:40 +00:00