Commit Graph

87 Commits

Author SHA1 Message Date
ced 21e2436edc kernel: fix orm for sql query with reserved words
bzr revid: ced-dca8da8ba18b897545d7ee28f4d972bad8e4a554
2007-08-01 14:03:40 +00:00
ced eab36ac71f kernel: allow id in csv file without module prefix
bzr revid: ced-e58d8435a0aac09342841880680750a0f58fcd0e
2007-07-31 14:08:52 +00:00
ced d9b2eee071 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
2007-07-31 14:08:39 +00:00
Fabien Pinckaers 686a5cad00 Bugfix in o2m child_of
bzr revid: fp@tinyerp.com-687eb49dfb101dd966fb12cfc96db72716e52d4c
2007-07-31 04:37:44 +00:00
Fabien Pinckaers 5ef2194dc0 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
2007-07-30 18:23:17 +00:00
ced 0c7faf0ea1 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
2007-07-30 13:35:15 +00:00
Fabien Pinckaers 6fc5854910 Resolved conflict
bzr revid: fp@tinyerp.com-f0f40b7421754ebbf2dcfa62652c86903358cd55
2007-07-26 08:50:39 +00:00
ced 0e8e28ef6c kernel: fix context
bzr revid: ced-07f25fbd1709a44913b83a24b9b2528e9f69a24e
2007-07-26 08:32:37 +00:00
ced c4f3e062eb kernel,base: allow to specify in the context to not use the default test on field active
bzr revid: ced-d28a0a444b59bf5b673b6b74eb61d46d6ab4a0a5
2007-07-26 08:32:15 +00:00
ced 6f7fe0b39d kernel: browse record compute also all the function fields
bzr revid: ced-1cab0c6f2969cc27398152a842c079530f9d6912
2007-07-26 08:32:02 +00:00
ced 556296cb2e 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
2007-07-26 08:31:51 +00:00
ced 0378bd09b0 kernel: copy args in name_search as it is changed in the function
bzr revid: ced-8677a5581fd55cb789ca504b5fd657e921452371
2007-07-26 08:31:27 +00:00
ced 9afe3f7a36 kernel: fix context in search / where_calc
bzr revid: ced-f229f1e7b377fdc7eee72c308a66cd86be9b3766
2007-07-26 08:31:18 +00:00
ced 93ee283306 kernel: don't use mutable as default value in function defintion.
bzr revid: ced-1b7caf79864d1c0bf516a2d1058f4bc431374f21
2007-07-26 08:31:10 +00:00
ced f17c417a7a 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
2007-07-26 08:31:07 +00:00
ced 98f82b0766 kernel: don't use mutable as default value in function defintion.
bzr revid: ced-363da370daff2fbef4b44c34ef12d353e2b13647
2007-07-26 08:30:53 +00:00
ced 47f1b7bebd 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
2007-07-26 08:30:50 +00:00
ced 3c034d2fb4 kernel: improve test ids for name_get
bzr revid: ced-ed26c0c27c75dd1688db599ccee2d06bc4b068e5
2007-07-26 08:30:41 +00:00
ced 6c4b31cf08 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
2007-07-23 05:16:24 +00:00
ced d9d0678328 kernel: don't use mutable as default value in function defintion.
bzr revid: ced-824ee7e22dca5a4b4f2d8d5095aa20650f5a2469
2007-07-23 05:16:03 +00:00
ced 4669379c8b 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
2007-07-23 05:15:49 +00:00
ced 304cccc36d kernel: improve test ids for name_get
bzr revid: ced-8d20968ff269080c977a0fa1f5bccabb766f94c6
2007-07-19 13:36:23 +00:00
ced 044bb55a17 kernel: allow to use also single id in orm function
bzr revid: ced-388bcac19b0be9761b2ed0e8a674baa0e27fae41
2007-07-13 14:28:02 +00:00
Fabien Pinckaers c881d2c9cb ORM bugfix in importing .CSV files
bzr revid: fp@tinyerp.com-c49b3d6cb3802432801c0d78a712d864e78409ca
2007-07-10 04:21:51 +00:00
bch 496221cf3d KERNEL : Data loading : id in csv files are now handled like id on xml record.
bzr revid: bch-7e208314be3c1b2c9a88e766964578e338ecf47b
2007-07-05 07:37:05 +00:00
Fabien Pinckaers 1807dadbfc 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-286d97a45b5a54d28245ce5caceb4f937405db92
2007-07-04 10:44:05 +00:00
ced 9d2a08dea5 kernel: concurency access only on classic_write fields
for non classic_write it is the child object that check the concurency

bzr revid: ced-019ad1e8ff46a5e0ec0352ae8ea418a3f013917e
2007-07-03 14:28:23 +00:00
ced 04686e345d kernel: fix update of tuple in where_calc
This bug appears only in netrpc, because xmlrpc transforms the tuple in list

bzr revid: ced-cb5b07db6e7a759c2bb4402edd72d95e66fd4926
2007-07-03 07:49:04 +00:00
ced f94600c862 KERNEL: fix ilike search when empty string
bzr revid: ced-6c84ebdcd7e48715cb4160e34b39357f0b00e73c
2007-06-26 09:42:01 +00:00
Fabien Pinckaers c1941337ff Modifs for allowing to not put report in the right toolbar (multi="1")
bzr revid: fp@tinyerp.com-42fd4b1052091cfe4169652f6e3fa6b5e4d01628
2007-06-25 08:10:39 +00:00
ced 61052ef256 KERNEL: fix search on fields function of type one2many, many2many
bzr revid: ced-40c3614244f9343240bee07535dcfc15562b38a9
2007-06-20 07:12:51 +00:00
ced fda5aae990 CLIENT,SERVER: improve language
- use lang of the context for the language of the client and store it in the .terprc
- change en_EN in en_US which is the standard

bzr revid: ced-bf07a4a200daf6fe371271d9c046799a4a2578fe
2007-06-20 05:54:26 +00:00
ced 68f271613a KERNEL: fix create_date and write_date as there are timestamp now
bzr revid: ced-54cda387806fb989cf811807e4af06c5a37e3c51
2007-06-19 14:15:13 +00:00
ced 071353e560 KERNEL: allow subfield query on one2many
bzr revid: ced-067e4ec9e0ff4b8507528a6a2340fa6a889489ee
2007-06-19 13:34:06 +00:00
ced 655ee8cf3d CLIENT,SERVER: add sum tag on tree view that display sum of the selected lines
bzr revid: ced-29c0dc80cfd619f24d4c96fb8e74708c64a68e8d
2007-06-19 06:25:04 +00:00
ced 2793e2cec6 KERNEL: fix import multi-level one2many
bzr revid: ced-69f85868730b467a6bbbd20253b3d668222442e4
2007-06-18 11:22:10 +00:00
Fabien Pinckaers 663685e4e0 Search count in protected
bzr revid: fp@tinyerp.com-df111ef81ea1a0e2d5df12d56e715cc954ff3488
2007-06-16 06:46:47 +00:00
ced f922ea5522 KERNEL: add check if all id exist and add search_count from ame
bzr revid: ced-2323d89a2163f9218413615befdce0400441eb67
2007-06-15 06:02:22 +00:00
bch 3b2c8bd169 OSV, bugfix:\nauto-readonly fields if write access forbidden by access_model now handle the states field correctly (i.e. blank the states dict before sending it to the client. )
bzr revid: bch-819c980f7041c0cd4cfeea8901c8ad9bff8c587c
2007-06-13 13:57:10 +00:00
ced c747cbe9a0 KERNEL: improve exception message
bzr revid: ced-bbeff4e918ea28b0cd4253491683d0001bdd3748
2007-06-11 05:46:36 +00:00
Fabien Pinckaers 19aa5fdc18 Developments for report designer
base_report_designer module allows you to create your own reports
	reports and images are stored in the database

	custom report may override base reports

RML modification
	You can now select to put the image in the RML instead than in a
	separate file

bzr revid: fp@tinyerp.com-0928aef6e14868d3cd6619d9d73031bfc5651ea2
2007-06-07 19:48:41 +00:00
ced 588fbd837f KERNEL,BASE: fix _where_calc and domain get for rule
bzr revid: ced-7a8713933b54f837db2312e605a7afad7dbf91c5
2007-06-07 10:35:05 +00:00
ced 1edadd4f76 KERNEL, MULTI_COMPANY_*, STOCK, BASE: extend search child_of
bzr revid: ced-7181fea25ddbb261cae5d70e3cfae2b01a7795d9
2007-06-07 08:43:46 +00:00
ced c48e995758 KERNEL: fix rule on unlink and write
bzr revid: ced-2e4b8a9880dc17980824ba6997eca7e5fdde91aa
2007-06-06 11:56:48 +00:00
Fabien Pinckaers 0887fc1fec Search_Count method in ORM
bzr revid: fp@tinyerp.com-2f7dc3c14ab7cb654717f689f2e8384f49f2b010
2007-06-04 09:57:47 +00:00
bch b8286b0e3d IR_MODEL, ORM : A model without write access will appear as readonly for the client.\nir_model.check is modified to not raise exception if asked to.
bzr revid: bch-3a158ff8d5710cfcbd610b966d078396e2df65fd
2007-06-01 10:57:34 +00:00
ced c982279049 KERNEL: fix size for selection field
bzr revid: ced-89449eb987bcbbbcdb85a0354d19103e7dfe90b4
2007-05-31 05:42:52 +00:00
ced f56df5f4ec KERNEL,BASE: add menu to user
bzr revid: ced-4ba041841f09238f24b0ea7e3b08db41a92ec8ea
2007-05-30 13:19:32 +00:00
ced 6df1c01919 CLIENT,KERNEL: new tag act_window for new relate implementation
bzr revid: ced-064cf82573e34cdc578f936431e4588c1829891c
2007-05-24 05:26:36 +00:00
ced 0d11ae04f6 KERNEL: remove fields create_, update_, etc
bzr revid: ced-f2554b4cf08449995367553f94de642dd34bf086
2007-05-21 14:00:24 +00:00