odoo/odoo.git
16 years agobase, base_report_designer: better modularity
ced [Tue, 31 Jul 2007 14:08:58 +0000 (14:08 +0000)]
base, base_report_designer: better modularity

bzr revid: ced-ff5354da6cf95d2bd2bfe8b7f7a1b9b9d8f08f3a

16 years agobase, base_report_designer: better modularity
ced [Tue, 31 Jul 2007 14:08:58 +0000 (14:08 +0000)]
base, base_report_designer: better modularity

bzr revid: ced-8225e416ea711f9404459f9caf72cc30bb27cb4c

16 years agokernel: allow id in csv file without module prefix
ced [Tue, 31 Jul 2007 14:08:52 +0000 (14:08 +0000)]
kernel: allow id in csv file without module prefix

bzr revid: ced-e58d8435a0aac09342841880680750a0f58fcd0e

16 years agobase: revert to record rule more explicit
ced [Tue, 31 Jul 2007 14:08:49 +0000 (14:08 +0000)]
base: revert to record rule more explicit

bzr revid: ced-7f01ee44c436327dd313f7cf2f3e92293b3ffedf

16 years agoproject: fix grantt report to use always DateTime object
ced [Tue, 31 Jul 2007 14:08:45 +0000 (14:08 +0000)]
project: fix grantt report to use always DateTime object

bzr revid: ced-47ae6a68996a4b025b39079942f1704c7d4d0755

16 years agokernel: remove test on active in child_of
ced [Tue, 31 Jul 2007 14:08:39 +0000 (14:08 +0000)]
kernel: remove test on active in child_of

Use the context to pass if we must check for active or not.

bzr revid: ced-bb3eaaa15cfd13159e3583280b44d4cb5f137799

16 years agoL10N_CH, DTA: changed file encoding from latin-1 to utf-8
bch [Tue, 31 Jul 2007 12:27:56 +0000 (12:27 +0000)]
L10N_CH, DTA: changed file encoding from latin-1 to utf-8

bzr revid: bch-80103ca2d8d5967c592d0765db6b73df26ffd2ac

16 years agoBugfix in o2m child_of
Fabien Pinckaers [Tue, 31 Jul 2007 04:37:44 +0000 (04:37 +0000)]
Bugfix in o2m child_of

bzr revid: fp@tinyerp.com-39fede3020c7a760e1b03edb507747ca3c42108c

16 years agoBugfix in o2m child_of
Fabien Pinckaers [Tue, 31 Jul 2007 04:37:44 +0000 (04:37 +0000)]
Bugfix in o2m child_of

bzr revid: fp@tinyerp.com-687eb49dfb101dd966fb12cfc96db72716e52d4c

16 years agoSmall improvements: mainly types
Fabien Pinckaers [Mon, 30 Jul 2007 18:52:13 +0000 (18:52 +0000)]
Small improvements: mainly types

bzr revid: fp@tinyerp.com-d031f496a70c1d06f16b75f740e8afc9cf2429da

16 years agoSmall improvements: mainly types
Fabien Pinckaers [Mon, 30 Jul 2007 18:52:13 +0000 (18:52 +0000)]
Small improvements: mainly types

bzr revid: fp@tinyerp.com-4419a9aeac26d83974b224cd2be64b673fa28143

16 years agoBetter menu for budgets
Fabien Pinckaers [Mon, 30 Jul 2007 18:30:28 +0000 (18:30 +0000)]
Better menu for budgets

bzr revid: fp@tinyerp.com-f0743a4fdc59bb98ce4987ee2eda9b139d8c9f58

16 years agoRemoved unused object:
Fabien Pinckaers [Mon, 30 Jul 2007 18:28:14 +0000 (18:28 +0000)]
Removed unused object:
account.bank
account.bank.accounts
We use the bank account of the partner associated to the company

bzr revid: fp@tinyerp.com-84ff63b0bff2415333527edabeb3b7880fe261ec

16 years agoORM:
Fabien Pinckaers [Mon, 30 Jul 2007 18:23:17 +0000 (18:23 +0000)]
ORM:
bugfix on child_of on many2many
Project: start date
Partners:
Click on a category to get partners (chilf_od)

bzr revid: fp@tinyerp.com-d78ef9c2cfba8317618dbd9fc37a282da7780e43

16 years agoORM:
Fabien Pinckaers [Mon, 30 Jul 2007 18:23:17 +0000 (18:23 +0000)]
ORM:
bugfix on child_of on many2many
Project: start date
Partners:
Click on a category to get partners (chilf_od)

bzr revid: fp@tinyerp.com-34022ebc4df94ad47bcb900f6bc73ceda15fda4d

16 years agoProjects - Add a menu entry:
Fabien Pinckaers [Mon, 30 Jul 2007 13:50:38 +0000 (13:50 +0000)]
Projects - Add a menu entry:
My pending tasks

Report Designer - Add an item to add a new report

bzr revid: fp@tinyerp.com-747a83d2daf42cf89e2d5b9ef4730bf84dc43aa6

16 years agoProjects - Add a menu entry:
Fabien Pinckaers [Mon, 30 Jul 2007 13:50:38 +0000 (13:50 +0000)]
Projects - Add a menu entry:
My pending tasks

Report Designer - Add an item to add a new report

bzr revid: fp@tinyerp.com-e14ca9e9f8f322cb0a1255c70abed93d48116101

16 years agobase,kernel,base_module_publish: improve publication of module, add repository, etc...
ced [Mon, 30 Jul 2007 13:35:27 +0000 (13:35 +0000)]
base,kernel,base_module_publish: improve publication of module, add repository, etc...

- add repository for module
- improve version number
- add check to remove module
- can not upload module with the same version number
- add version compare from portage (gentoo)
- add release in context of eval
- add active = True to base module
- add wizard to update all installed modules
- add check to not upload module that is not installed
- add posibility to include source
- fix license
- now load zip module in preference

bzr revid: ced-cd441fca164f32bf2a1243a4ebf8c6afdf240cdf

16 years agobase,kernel,base_module_publish: improve publication of module, add repository, etc...
ced [Mon, 30 Jul 2007 13:35:27 +0000 (13:35 +0000)]
base,kernel,base_module_publish: improve publication of module, add repository, etc...

- add repository for module
- improve version number
- add check to remove module
- can not upload module with the same version number
- add version compare from portage (gentoo)
- add release in context of eval
- add active = True to base module
- add wizard to update all installed modules
- add check to not upload module that is not installed
- add posibility to include source
- fix license
- now load zip module in preference

bzr revid: ced-e1b031d238126e8060b0e2cb6f87bb93cca5a343

16 years agoaccount, kernel: fix recursion in analytic account
ced [Mon, 30 Jul 2007 13:35:15 +0000 (13:35 +0000)]
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

16 years agoaccount, kernel: fix recursion in analytic account
ced [Mon, 30 Jul 2007 13:35:15 +0000 (13:35 +0000)]
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-4f2a6158659ee9b00e45069429868af1f32f3a24

16 years agoaccount, base: fix rounding for reconcile
ced [Mon, 30 Jul 2007 13:35:11 +0000 (13:35 +0000)]
account, base: fix rounding for reconcile

Add new method on res.currency to check if a amount of currency must be
considered as zero in regards of the definition of the currency.

bzr revid: ced-deffca6a9bc83dbe4663737fb5bc68296dbe5ff3

16 years agoaccount, base: fix rounding for reconcile
ced [Mon, 30 Jul 2007 13:35:11 +0000 (13:35 +0000)]
account, base: fix rounding for reconcile

Add new method on res.currency to check if a amount of currency must be
considered as zero in regards of the definition of the currency.

bzr revid: ced-665e6d02847be8e8713a86b383912d4d4eddf9dc

16 years agobase_module_publish, base: improve publication and report
ced [Mon, 30 Jul 2007 13:35:06 +0000 (13:35 +0000)]
base_module_publish, base: improve publication and report

bzr revid: ced-39012e5216882b60923e6e1a5789a635715b719d

16 years agobase_module_publish, base: improve publication and report
ced [Mon, 30 Jul 2007 13:35:06 +0000 (13:35 +0000)]
base_module_publish, base: improve publication and report

bzr revid: ced-d8ab12176ddbc8e046eff1debf003d5377f23ed8

16 years agobase, base_module_publish, kernel: improve module publication
ced [Mon, 30 Jul 2007 13:34:59 +0000 (13:34 +0000)]
base, base_module_publish, kernel: improve module publication

- allow including source
- fix GPL-2
- module are active=False by default
- add license in module object

bzr revid: ced-841334c96cd7b358eb44970adbde75b2bc7b971e

16 years agobase, base_module_publish, kernel: improve module publication
ced [Mon, 30 Jul 2007 13:34:59 +0000 (13:34 +0000)]
base, base_module_publish, kernel: improve module publication

- allow including source
- fix GPL-2
- module are active=False by default
- add license in module object

bzr revid: ced-46f980c78df4585ba6d69c98af02c50092c33b30

16 years agoaccount: add domain on reconcile line to show only unreconcilied
ced [Mon, 30 Jul 2007 13:34:52 +0000 (13:34 +0000)]
account: add domain on reconcile line to show only unreconcilied

bzr revid: ced-7a5f2499e5f3475aec1fb9d3e3fd01f60e941594

16 years agoResolved conflict
Fabien Pinckaers [Thu, 26 Jul 2007 08:50:39 +0000 (08:50 +0000)]
Resolved conflict

bzr revid: fp@tinyerp.com-f0f40b7421754ebbf2dcfa62652c86903358cd55

16 years agoaccount: add index on (journal_id, period_id)
ced [Thu, 26 Jul 2007 08:32:49 +0000 (08:32 +0000)]
account: add index on (journal_id, period_id)

bzr revid: ced-77de0cc07bbc166891deb7ae7ef3c54a375b8e59

16 years agoaccount: improve speed in account_move_line creation if they are already in a move
ced [Thu, 26 Jul 2007 08:32:46 +0000 (08:32 +0000)]
account: improve speed in account_move_line creation if they are already in a move

bzr revid: ced-a51f568c1d595e8bfbe1e6a3449fa0e24d18c1c1

16 years agobase: add index to wkf_triggers
ced [Thu, 26 Jul 2007 08:32:43 +0000 (08:32 +0000)]
base: add index to wkf_triggers

bzr revid: ced-b9b0ccc62c2525305ae963ebe95342b5751fff6c

16 years agokernel: fix workflow bug introduce by improvement
ced [Thu, 26 Jul 2007 08:32:40 +0000 (08:32 +0000)]
kernel: fix workflow bug introduce by improvement

bzr revid: ced-a85aab92dc599823809653f93f2dafbc770e5c14

16 years agokernel: fix context
ced [Thu, 26 Jul 2007 08:32:37 +0000 (08:32 +0000)]
kernel: fix context

bzr revid: ced-07f25fbd1709a44913b83a24b9b2528e9f69a24e

16 years agobase,mrp: allow to run scheduler in ir.cron
ced [Thu, 26 Jul 2007 08:32:34 +0000 (08:32 +0000)]
base,mrp: allow to run scheduler in ir.cron

bzr revid: ced-6103e462ba6458431e70d27d9d4fdda03fcf13b1

16 years agobase,mrp: allow to run scheduler in ir.cron
ced [Thu, 26 Jul 2007 08:32:34 +0000 (08:32 +0000)]
base,mrp: allow to run scheduler in ir.cron

bzr revid: ced-009a7375f2545d69e0a981f461b000cda1a09008

16 years agobase,account: improve menu
ced [Thu, 26 Jul 2007 08:32:21 +0000 (08:32 +0000)]
base,account: improve menu

bzr revid: ced-392cb1828cc5a9d31402719cea76bf15d053b60d

16 years agobase,account: improve menu
ced [Thu, 26 Jul 2007 08:32:21 +0000 (08:32 +0000)]
base,account: improve menu

bzr revid: ced-c578e8cb29b7d23dbe6f91ad134a1867e6e46501

16 years agokernel,base: allow to specify in the context to not use the default test on field...
ced [Thu, 26 Jul 2007 08:32:15 +0000 (08:32 +0000)]
kernel,base: allow to specify in the context to not use the default test on field active

bzr revid: ced-d28a0a444b59bf5b673b6b74eb61d46d6ab4a0a5

16 years agobase: add index on ir_values
ced [Thu, 26 Jul 2007 08:32:10 +0000 (08:32 +0000)]
base: add index on ir_values

bzr revid: ced-f0bf4c561ffbc28384077e6340c6c15a2b815faa

16 years agokernel: workflow don't read all the field when evaluate the expression
ced [Thu, 26 Jul 2007 08:32:07 +0000 (08:32 +0000)]
kernel: workflow don't read all the field when evaluate the expression

bzr revid: ced-7eb0a9788924d402131672dc65bf249e558d29d6

16 years agokernel: don't commit in the workflow
ced [Thu, 26 Jul 2007 08:32:05 +0000 (08:32 +0000)]
kernel: don't commit in the workflow

bzr revid: ced-84ca843bdabf27b1e856f247cf8484d2612c377a

16 years agokernel: browse record compute also all the function fields
ced [Thu, 26 Jul 2007 08:32:02 +0000 (08:32 +0000)]
kernel: browse record compute also all the function fields

bzr revid: ced-1cab0c6f2969cc27398152a842c079530f9d6912

16 years agokernel: add number of request in sql logs
ced [Thu, 26 Jul 2007 08:32:00 +0000 (08:32 +0000)]
kernel: add number of request in sql logs

bzr revid: ced-fdc23e83ee8d9d27c6f2f63a8732755908ab2854

16 years agosale: use browse in action_wait
ced [Thu, 26 Jul 2007 08:31:57 +0000 (08:31 +0000)]
sale: use browse in action_wait

bzr revid: ced-9daf3ab6cf579cc5448eeabe1ecb562b297fd9fb

16 years agobase: clean code get_id from ir.sequence
ced [Thu, 26 Jul 2007 08:31:54 +0000 (08:31 +0000)]
base: clean code get_id from ir.sequence

- remove commit (never call)
- remove try/except, we need to propagate the exception

bzr revid: ced-324137b337be23f98f316aadac9d0c77fc59588c

16 years agoaccount,account_report,base,product,scrum,stock,kernel: fix name_search
ced [Thu, 26 Jul 2007 08:31:51 +0000 (08:31 +0000)]
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

16 years agoaccount,account_report,base,product,scrum,stock,kernel: fix name_search
ced [Thu, 26 Jul 2007 08:31:51 +0000 (08:31 +0000)]
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-16b45131f168656508b7a570d11802a1e1b245e7

16 years agokernel: add commit when workitem state is complete
ced [Thu, 26 Jul 2007 08:31:41 +0000 (08:31 +0000)]
kernel: add commit when workitem state is complete

bzr revid: ced-ea97ab4a5d6d0fdc1bb7682453ebd7877ac75f9a

16 years agokernel: add log to sql query
ced [Thu, 26 Jul 2007 08:31:38 +0000 (08:31 +0000)]
kernel: add log to sql query

This is optional, it just need to set sql_log variable to True

bzr revid: ced-8ea373e46af20c62fb3fb57f7553d14c1e1690ba

16 years agokernel: improve workflow
ced [Thu, 26 Jul 2007 08:31:36 +0000 (08:31 +0000)]
kernel: improve workflow

- add index on workitem, instance
- add cache on wkf

bzr revid: ced-81afcda4514578d17d998c4e3a8ff516d3346b97

16 years agoaccount: add limit to name_search
ced [Thu, 26 Jul 2007 08:31:32 +0000 (08:31 +0000)]
account: add limit to name_search

bzr revid: ced-796c7a6102c61763fb2819b6ebb7aaf91cc46888

16 years agokernel: copy args in name_search as it is changed in the function
ced [Thu, 26 Jul 2007 08:31:27 +0000 (08:31 +0000)]
kernel: copy args in name_search as it is changed in the function

bzr revid: ced-8677a5581fd55cb789ca504b5fd657e921452371

16 years agokernel: remove print
ced [Thu, 26 Jul 2007 08:31:24 +0000 (08:31 +0000)]
kernel: remove print

bzr revid: ced-dcc5c751867eb07ba9867ded5755d1c6578f7ab4

16 years agoaccount: add constraint on account inactive
ced [Thu, 26 Jul 2007 08:31:22 +0000 (08:31 +0000)]
account: add constraint on account inactive

- can not deactivate an account that have entry lines
- can not create/update an entry on account deactivate

bzr revid: ced-e3301b0dd80ea8042732771f549c51531d4726b3

16 years agokernel: fix context in search / where_calc
ced [Thu, 26 Jul 2007 08:31:18 +0000 (08:31 +0000)]
kernel: fix context in search / where_calc

bzr revid: ced-f229f1e7b377fdc7eee72c308a66cd86be9b3766

16 years agokernel: don't use mutable as default value in function defintion.
ced [Thu, 26 Jul 2007 08:31:10 +0000 (08:31 +0000)]
kernel: don't use mutable as default value in function defintion.

bzr revid: ced-1b7caf79864d1c0bf516a2d1058f4bc431374f21

16 years agokernel: don't modify the args of the call
ced [Thu, 26 Jul 2007 08:31:07 +0000 (08:31 +0000)]
kernel: don't modify the args of the call

_where_calc can not modify the args given in the call, need to copy it first

bzr revid: ced-754405cd95ea03504506c88132fe228f13216b11

16 years agoaccount,base,base_setup,l10n_xxx,account_chart,hr_timesheet_invoice: improve accounting
ced [Thu, 26 Jul 2007 08:31:05 +0000 (08:31 +0000)]
account,base,base_setup,l10n_xxx,account_chart,hr_timesheet_invoice: improve accounting

- add new module account_chart that remove minimal account -> all account chart must depend on it
- remove currency_id on account for some charts
- remove definition of devise in all account, now there are all in the base module
- add to base_setup the currency of the company
- move menu for country/currency from Partner to Administration

bzr revid: ced-061763dda34fd5992e9d40ca9ec29110d39daec7

16 years agoaccount: remove state from many fields of move line
ced [Thu, 26 Jul 2007 08:31:01 +0000 (08:31 +0000)]
account: remove state from many fields of move line

The control is made by the write function

bzr revid: ced-cad132f826d1b1d9d1144d85df24eedc0c3b864f

16 years agoaccount: add tax code/amount in the form view of move lines
ced [Thu, 26 Jul 2007 08:30:59 +0000 (08:30 +0000)]
account: add tax code/amount in the form view of move lines

bzr revid: ced-a01b9c1d2b3b0962a2d14e43251be588cf74c75e

16 years agoaccount: fix multi company in aged trial balance
ced [Thu, 26 Jul 2007 08:30:56 +0000 (08:30 +0000)]
account: fix multi company in aged trial balance

bzr revid: ced-a1e6bc757045469bc6e1ad9b7e77211fcdfd4d46

16 years agokernel: don't use mutable as default value in function defintion.
ced [Thu, 26 Jul 2007 08:30:53 +0000 (08:30 +0000)]
kernel: don't use mutable as default value in function defintion.

bzr revid: ced-363da370daff2fbef4b44c34ef12d353e2b13647

16 years agokernel: don't modify the args of the call
ced [Thu, 26 Jul 2007 08:30:50 +0000 (08:30 +0000)]
kernel: don't modify the args of the call

_where_calc can not modify the args given in the call, need to copy it first

bzr revid: ced-bd9bb054ebc906020858191f950a770b878e6fdb

16 years agoproject, scrum: use widget float time for hours
ced [Thu, 26 Jul 2007 08:30:47 +0000 (08:30 +0000)]
project, scrum: use widget float time for hours

bzr revid: ced-19bbe2b99f2e22d117d01c4287bfe707e9b4ea1d

16 years agoaccount: remove state from many fields of move line
ced [Thu, 26 Jul 2007 08:30:44 +0000 (08:30 +0000)]
account: remove state from many fields of move line

The control is made by the write function

bzr revid: ced-ea05b0fed62a87fccad8ae6d0130bfd839e6719a

16 years agokernel: improve test ids for name_get
ced [Thu, 26 Jul 2007 08:30:41 +0000 (08:30 +0000)]
kernel: improve test ids for name_get

bzr revid: ced-ed26c0c27c75dd1688db599ccee2d06bc4b068e5

16 years agohr_timesheet_invoice: fix report cost ledger to match the new one from account
ced [Thu, 26 Jul 2007 08:30:39 +0000 (08:30 +0000)]
hr_timesheet_invoice: fix report cost ledger to match the new one from account

bzr revid: ced-40ee448e877b4630a7ed3c64caa7755881796d08

16 years agoaccount: remove exception when opening an partner when there is no fiscal year
ced [Thu, 26 Jul 2007 08:30:29 +0000 (08:30 +0000)]
account: remove exception when opening an partner when there is no fiscal year

bzr revid: ced-10e1c1717654638432c2c3da55153ef5e18716d8

16 years agoaccount_followup: fix wizard for move line without partner
ced [Thu, 26 Jul 2007 08:30:27 +0000 (08:30 +0000)]
account_followup: fix wizard for move line without partner

bzr revid: ced-344ffcf2387a8e88dec20779dddc0512eeffccaf

16 years agoaccount: add tax code/amount in the form view of move lines
ced [Thu, 26 Jul 2007 08:30:23 +0000 (08:30 +0000)]
account: add tax code/amount in the form view of move lines

bzr revid: ced-34fee425f839e86f66e1cc89671ce2ffe1b0d3bc

16 years agoaccount: add multi company to tax report
ced [Thu, 26 Jul 2007 08:30:21 +0000 (08:30 +0000)]
account: add multi company to tax report

bzr revid: ced-2cf620cea93285b52aebae6dac5f290fd12db8c1

16 years agoaccount: add multi company to third party ledger report
ced [Thu, 26 Jul 2007 08:30:17 +0000 (08:30 +0000)]
account: add multi company to third party ledger report

bzr revid: ced-04d4baef83fcc0a61706f74d97e6a4c1ab6a62c5

16 years agoaccount: add multi company to partner balance report
ced [Thu, 26 Jul 2007 08:30:14 +0000 (08:30 +0000)]
account: add multi company to partner balance report

bzr revid: ced-7fe87096acd8fd84ef3efbaf677c262f6c01d778

16 years agoaccount: remove header to the aged trial balance
ced [Thu, 26 Jul 2007 08:30:11 +0000 (08:30 +0000)]
account: remove header to the aged trial balance

bzr revid: ced-6783d91879961f462907377a95fe987399c553cb

16 years agoaccount: fix multi company in aged trial balance
ced [Thu, 26 Jul 2007 08:30:08 +0000 (08:30 +0000)]
account: fix multi company in aged trial balance

bzr revid: ced-bc2e64bf9db0c6405d27256a894304bcbebe4851

16 years agoRemoved
Fabien Pinckaers [Thu, 26 Jul 2007 07:00:43 +0000 (07:00 +0000)]
Removed

bzr revid: fp@tinyerp.com-f2dbf842fa5d93addeebccedf70089856504bd59

16 years agoSmall improvement, removing unused index
Fabien Pinckaers [Tue, 24 Jul 2007 15:58:20 +0000 (15:58 +0000)]
Small improvement, removing unused index

bzr revid: fp@tinyerp.com-553f7091c12ecd7f11d9365818f7e086a665de62

16 years agoTypos
Fabien Pinckaers [Tue, 24 Jul 2007 15:58:05 +0000 (15:58 +0000)]
Typos

bzr revid: fp@tinyerp.com-67125d5e240c5963d938b939dc9b5fffb6b70d6e

16 years agoaccount,base,base_setup,l10n_xxx,account_chart,hr_timesheet_invoice: improve accounting
ced [Mon, 23 Jul 2007 05:16:40 +0000 (05:16 +0000)]
account,base,base_setup,l10n_xxx,account_chart,hr_timesheet_invoice: improve accounting

- add new module account_chart that remove minimal account -> all account chart must depend on it
- remove currency_id on account for some charts
- remove definition of devise in all account, now there are all in the base module
- add to base_setup the currency of the company
- move menu for country/currency from Partner to Administration

bzr revid: ced-343e4b452eefb460e784c65572b1751e941384e7

16 years agoaccount: remove state from many fields of move line
ced [Mon, 23 Jul 2007 05:16:36 +0000 (05:16 +0000)]
account: remove state from many fields of move line

The control is made by the write function

bzr revid: ced-53960dc963cfe3bc81891ca91a37309403bb6cde

16 years agoaccount: add tax code/amount in the form view of move lines
ced [Mon, 23 Jul 2007 05:16:33 +0000 (05:16 +0000)]
account: add tax code/amount in the form view of move lines

bzr revid: ced-990ba13f56a3b04f864c55c6d1202b56fb4fb7db

16 years agoaccount: fix multi company in aged trial balance
ced [Mon, 23 Jul 2007 05:16:31 +0000 (05:16 +0000)]
account: fix multi company in aged trial balance

bzr revid: ced-d28489ae50c6a29e9be1bd02124907cd2d00dc54

16 years agokernel,base,account: fix multi company rule and property
ced [Mon, 23 Jul 2007 05:16:24 +0000 (05:16 +0000)]
kernel,base,account: fix multi company rule and property

- provide the rule to add active condition
- add main company to property that are linked to object that have company_id

bzr revid: ced-e25dcea6c711a71fbdbe3d13fafc4e88fb0c5788

16 years agokernel,base,account: fix multi company rule and property
ced [Mon, 23 Jul 2007 05:16:24 +0000 (05:16 +0000)]
kernel,base,account: fix multi company rule and property

- provide the rule to add active condition
- add main company to property that are linked to object that have company_id

bzr revid: ced-c4efb4ec04d47883c4570266f63beace14387499

16 years agobase: add flush rule cache when write rule group
ced [Mon, 23 Jul 2007 05:16:18 +0000 (05:16 +0000)]
base: add flush rule cache when write rule group

bzr revid: ced-f244ec7f8a11e71f97e9cd4c71f8fb22abb6b5a9

16 years agocrm: fix demo data
ced [Mon, 23 Jul 2007 05:16:14 +0000 (05:16 +0000)]
crm: fix demo data

bzr revid: ced-e690e203010d903b5f8caadb328f4c86255a0007

16 years agokernel: don't use mutable as default value in function defintion.
ced [Mon, 23 Jul 2007 05:16:03 +0000 (05:16 +0000)]
kernel: don't use mutable as default value in function defintion.

bzr revid: ced-824ee7e22dca5a4b4f2d8d5095aa20650f5a2469

16 years agokernel: don't modify the args of the call
ced [Mon, 23 Jul 2007 05:15:49 +0000 (05:15 +0000)]
kernel: don't modify the args of the call

_where_calc can not modify the args given in the call, need to copy it first

bzr revid: ced-3792b6e2f1350f8ba46045217b9621963f50ed25

16 years agocrm: fix bad practice of default value
ced [Mon, 23 Jul 2007 05:15:40 +0000 (05:15 +0000)]
crm: fix bad practice of default value

In python the default value is instanciate only once.
So if the code modify the default value, it is also for all calls that comes after.
Good practice is to not use [] nor {} as default value, but use instead None or False.

bzr revid: ced-240a55be30f4d38046ca6b310967ad7742dd717e

16 years agoaccount,base,base_setup,l10n_xxx,account_chart,hr_timesheet_invoice: improve accounting
ced [Mon, 23 Jul 2007 05:15:37 +0000 (05:15 +0000)]
account,base,base_setup,l10n_xxx,account_chart,hr_timesheet_invoice: improve accounting

- add new module account_chart that remove minimal account -> all account chart must depend on it
- remove currency_id on account for some charts
- remove definition of devise in all account, now there are all in the base module
- add to base_setup the currency of the company
- move menu for country/currency from Partner to Administration

bzr revid: ced-82903b23fd5ccd0153b57239c4eb0a91cc12bd63

16 years agoaccount: remove state from many fields of move line
ced [Mon, 23 Jul 2007 05:15:34 +0000 (05:15 +0000)]
account: remove state from many fields of move line

The control is made by the write function

bzr revid: ced-664d083ce8fdf824e9344caf34b8da0b0e555801

16 years agoaccount: add tax code/amount in the form view of move lines
ced [Mon, 23 Jul 2007 05:15:31 +0000 (05:15 +0000)]
account: add tax code/amount in the form view of move lines

bzr revid: ced-35674733ce852736dacbfbf4e7d6073f44d13413

16 years agoaccount: add multi company to third party ledger report
ced [Mon, 23 Jul 2007 05:15:27 +0000 (05:15 +0000)]
account: add multi company to third party ledger report

bzr revid: ced-ca2301d2414b70d701f1930cf318509ad9fe5f2b

16 years agoTypos
Fabien Pinckaers [Sun, 22 Jul 2007 17:27:31 +0000 (17:27 +0000)]
Typos

bzr revid: fp@tinyerp.com-29b6cd4f593de960ade333cf153637b88ff16c06

16 years agoTypos
Fabien Pinckaers [Sun, 22 Jul 2007 17:27:31 +0000 (17:27 +0000)]
Typos

bzr revid: fp@tinyerp.com-37e8647dd2af48341906d65ea2369e3c110335f1

16 years agoSmall bugfixes
Fabien Pinckaers [Fri, 20 Jul 2007 12:04:33 +0000 (12:04 +0000)]
Small bugfixes

bzr revid: fp@tinyerp.com-b1fa6f0ff127b92676eb84f487597a789f22c171

16 years agoSmall bugfixes
Fabien Pinckaers [Fri, 20 Jul 2007 12:04:33 +0000 (12:04 +0000)]
Small bugfixes

bzr revid: fp@tinyerp.com-39b9783480148c2f214939d3cc4f939bb21b08d0

16 years agoBugfix on categories, module Joomla
Fabien Pinckaers [Fri, 20 Jul 2007 11:56:50 +0000 (11:56 +0000)]
Bugfix on categories, module Joomla

bzr revid: fp@tinyerp.com-b15ca7c8c55802d7affc62c3d9b8ad601d838e15

16 years agoBugfix for multi-company
Fabien Pinckaers [Fri, 20 Jul 2007 10:11:19 +0000 (10:11 +0000)]
Bugfix for multi-company

bzr revid: fp@tinyerp.com-d811d5cdf9b076f7f82acd70573deb2c9759c8d4