Commit Graph

500 Commits

Author SHA1 Message Date
Fabien Pinckaers 54218b887e Improvements
bzr revid: fp@tinyerp.com-20080821154948-0ty3mxghvx4iaqng
2008-08-21 17:49:48 +02:00
Fabien Pinckaers fbdc1caf4d Renamed Model to Object
bzr revid: fp@tinyerp.com-20080821135055-ijznyq0mftrcisy8
2008-08-21 15:50:55 +02:00
Harshad Modi d7b6dab4d5 improved wizards : wizard_account_balance_report, wizard_aged_trial_balance, wizard_general_ledger_report, wizard_partner_balance_report, wizard_third_party_ledger
bzr revid: hmo@tinyerp.com-20080821073645-0dllpt22igf9kbp3
2008-08-21 13:06:45 +05:30
Harshad Modi a67f0926f8 created new wizard for duplicate account chart
bzr revid: hmo@tinyerp.com-20080821071104-wuwrztxw6j4cpujp
2008-08-21 12:41:04 +05:30
Fabien Pinckaers 05d3922751 Better Warning Message when employee misconfigured for timesheet
lp bug: https://launchpad.net/bugs/259465 fixed

bzr revid: fp@tinyerp.com-20080819223820-znehuxw9ikxo9qqs
2008-08-20 00:38:20 +02:00
Fabien Pinckaers ba082a347d Bugfixes
bzr revid: fp@tinyerp.com-20080819214926-jhjchub2iow3h30b
2008-08-19 23:49:26 +02:00
Fabien Pinckaers 7b96685167 Modifications on properties in views
bzr revid: fp@tinyerp.com-20080819192629-1nu8lwr8x1xq8o2t
2008-08-19 21:26:29 +02:00
Harshad Modi a513f446d0 Search all accounts that begin with code and not all containing code when search on the code of an account
bzr revid: hmo@tinyerp.com-20080819112252-o20dg5bijmszlc1z
2008-08-19 16:52:52 +05:30
Christophe Simonis 09dcde9f12 remove old menu entry
bzr revid: christophe@tinyerp.com-20080819090850-9gyhbt5jhe5ndg2h
2008-08-19 11:08:50 +02:00
Fabien Pinckaers f873f8761c Removed Fast Chart of Accounts
_order = parent_left

bzr revid: fp@tinyerp.com-20080819070941-i15jwyp36gh8hg7n
2008-08-19 09:09:41 +02:00
Fabien Pinckaers 49553c4340 Modified
bzr revid: fp@tinyerp.com-20080819065931-78c6pg5kopg0gjkv
2008-08-19 08:59:31 +02:00
Fabien Pinckaers 9ab39c25da Speed Improvement: accounting
bzr revid: fp@tinyerp.com-20080818210808-01v66l4mnwef6umw
2008-08-18 23:08:08 +02:00
Fabien Pinckaers f7e6fcc3ce Speed Improvement:
Nested Trees
	Multiple Fields Computation at once

bzr revid: fp@tinyerp.com-20080817182944-vq0kp64i93ceull9
2008-08-17 20:29:44 +02:00
Fabian Semal 985c9f025e Changed '<>' by '!=' for rng
bzr revid: fabian@tinyerp.com-20080814153928-ios9rymty7n6jau9
2008-08-14 17:39:28 +02:00
Fabien Pinckaers 3a335d6c4c Open Invoice -> Unpaid Invoice
bzr revid: fp@tinyerp.com-20080814134958-vwcsp45krgmdr8t2
2008-08-14 15:49:58 +02:00
Fabien Pinckaers b1cbe8d9fd Nested Tree for Chart of Accounts
bzr revid: fp@tinyerp.com-20080813105007-14n46fcwluokbgih
2008-08-13 12:50:07 +02:00
Stephane Wirtel 0efbded8db refactor the xml file
bzr revid: stephane@tinyerp.com-20080731131413-sxp8kcclg910nsir
2008-07-31 15:14:13 +02:00
Harshad Modi 7481073ff2 Developed the get move wizard on a picking:
* list moves from the same partner and picking type that are confirmed or assigned
  * assign this move to the current picking
  * if the pickings where these moves come from are empty, close it (action done)

Improved query_get in account_move_line.py to analyse only on draft or posted or all (posted+draft) moves.
Improved all reporting wizards( like : general ledger report , partner balance report , account balance report , aged trial balance report , third party ledger report) to add a selection asking on draft or posted or all.
  - Defaults to all

UOM Purchase:
    On change on the normal UOM if not in same category, to change the uom_po_id and set
    it equals to the UoM !

bzr revid: hmo@tinyerp.com-20080730062944-y190mq4zo5yhby8x
2008-07-30 11:59:44 +05:30
qdp cd629fb096 *commited jvo's work:
-Changed the type of parent_id of account.account from many2many to many2one and changes account charts accordingly.
	-Bugfix: solved error of no period_ids and misc. changes in wizard_fiscalyear_close.py
	-Bugfix: solved error of fiscal year and period in report-account_balance.py

bzr revid: qdp@tinyerp.com-20080729120906-zin2q9epxgq8xos9
2008-07-29 14:09:06 +02:00
Jay Vora 9381f3085b removed temporary code of account fiscal year.
bzr revid: jvo@tinyerp.com-20080729112243-296lqcm8611s2n53
2008-07-29 16:52:43 +05:30
Jay Vora ab7203e49e removed temporary code for wizard of bob import.
bzr revid: jvo@tinyerp.com-20080729111824-arlrzjqlha16apv4
2008-07-29 16:48:24 +05:30
Jay Vora e24b7ccf12 solved error of no period_ids and misc. changes in wizard_fiscalyear_close.py
bzr revid: jvo@tinyerp.com-20080728134904-jya4666cek62lau2
2008-07-28 19:19:04 +05:30
Jay Vora 931e97624b solved error of fiscal year and period in report-account_balance.py
bzr revid: jvo@tinyerp.com-20080728134757-lll1l23vo829ox8z
2008-07-28 19:17:57 +05:30
Jay Vora 4d0e38aa49 corrected spell mistake
bzr revid: jvo@tinyerp.com-20080725124745-p99401ugtvofkvdh
2008-07-25 18:17:45 +05:30
Jay Vora fa1961fcc8 Modified Assertion test for parent_id(as we changed the type of parent_id from many2many to many2one)
bzr revid: jvo@tinyerp.com-20080725100406-91nclj13dg2jt1og
2008-07-25 15:34:06 +05:30
Christophe Simonis 4e60b94915 merge
bzr revid: christophe@tinyerp.com-20080723163754-pbmazzq92oxvrcx3
2008-07-23 18:37:54 +02:00
Christophe Simonis 3e3d897e88 add encoding comment and vim comment
bzr revid: christophe@tinyerp.com-20080723144147-77o5t9adx26a84lt
2008-07-23 16:41:47 +02:00
Jay Vora ac438d5a0b -Modified data xml files:account_data1 and account_minimal for account.account.types and parent_id changed from one2many to manyone, -
bzr revid: jvo@tinyerp.com-20080723135627-bp678usxmm6jgpqo
2008-07-23 19:26:27 +05:30
Amit Mendapara 459dba840e Some `attrs` usages examples.
bzr revid: ame@tinyerp.com-20080723123857-utf0e7whug1apdit
2008-07-23 18:08:57 +05:30
hmo-tinyerp d77656fb74 created fiscal year's methods periods on configuration fiscal year wizard
bzr revid: hmo-tinyerp-20080723065255-l2o7kkpscqxh9kb9
2008-07-23 12:22:55 +05:30
Christophe Simonis d2ff95f665 replace tabs with 4 spaces
bzr revid: christophe@tinyerp.com-20080722151128-f5zy75tsn8pgtndd
2008-07-22 17:11:28 +02:00
Jay Vora 1cc40127b0 Modified account.account.type. data
bzr revid: jvo@tinyerp.com-20080722135136-xgcfs5esykd4krku
2008-07-22 19:21:36 +05:30
Jay Vora e8c05a55a6 Modified minimal chart data
bzr revid: jvo@tinyerp.com-20080722134835-m3owjoeu2wdgwefy
2008-07-22 19:18:35 +05:30
Jay Vora d4d97f4142 -Added wizard for creating multi charts of accounts.Objects and view only.
bzr revid: jvo@tinyerp.com-20080721063921-wk39n3p8j1dicl44
2008-07-21 12:09:21 +05:30
qdp 040e82d5e6 *tax views improvement
*replaced some spaces by tabs
*typo corrected

bzr revid: qdp@tinyerp.com-20080717120217-vhtgkmzc2lxikru4
2008-07-17 14:02:17 +02:00
qdp 3ea6305a32 *pushed jvo's work:
*added wizard for using model from menuitem that can be called from view(account.model) and menu(Use model)
	*removed 'def generate()' from account.model
	*added a new field 'description' on account_tax + name_get
	*added 3 objects templates that will be used for creating easily charts of accounts (+their views)

bzr revid: qdp@tinyerp.com-20080717104943-7ui0086e35cktdxu
2008-07-17 12:49:43 +02:00
jvo f2db835577 -changed type of 'type' field to selection :account.account
bzr revid: jvo-20080717103358-3du29ho534vdi3t5
2008-07-17 16:03:58 +05:30
jvo 3d11ddf4d9 Removed 'def generate()' from account.model
bzr revid: jvo-20080717093937-8ri766z36paagcqd
2008-07-17 15:09:37 +05:30
jvo 62694edf1a -Removed required=true from 'description' field on account.tax
-changed name_get accordingly for account.tax

bzr revid: jvo-20080717093153-qanssc189wwjaqmt
2008-07-17 15:01:53 +05:30
jvo 73e59635f0 -Made wizard_use_model called from view(account.model) and menu(Use model) both.
bzr revid: jvo-20080717072716-fvtia6482l0qbkkv
2008-07-17 12:57:16 +05:30
jvo 72f215072b Added 3 objects and their views:
-Account.account.template
-Account.tax.template
-Account.chart.template

bzr revid: jvo-20080716140949-thuw7i1tk1y6vj5k
2008-07-16 19:39:49 +05:30
Najlaa 207a34b367 return blank when no fiscal year on the form
bzr revid: nel@silver-20080715130608-cbd8h0vocz7trb0f
2008-07-15 15:06:08 +02:00
jvo 57d0ebb5e6 -Added Use model wizard.
-Added 'legend' field on account.model
-Added 'description' field  and name_get method on account.tax."

bzr revid: jvo-20080715100458-0io7neh1n1grgrt3
2008-07-15 15:34:58 +05:30
jvo@tinyerp.com 996fd9fb47 Added Use model wizard
bzr revid: jvo@tinyerp.com-20080715090442-zftjiuz2136o1ta8
2008-07-15 14:34:42 +05:30
Fabien Pinckaers 8ccdb3c75e Imrpovement in wizards
bzr revid: fp@tinyerp.com-60cd6fa546623497dc251ac5ac0b68a87826740d
2008-07-09 17:55:23 +00:00
Christophe Simonis 77d7e0bb7c * account_account->type field change to 'many2one'....
*and closed method remove from account

bzr revid: 2851974012acb2ef458e84fa378af209a779e39a
2008-07-09 12:10:11 +00:00
qdp 1083ebb0e3 *user_id on account.journal is now only visible by members of extended group
bzr revid: qdp-453485c749e736ebdc57e51fe87302916e9106e6
2008-07-09 08:16:07 +00:00
Fabien Pinckaers 35faefcff4 Bugfix in menus
bzr revid: fp@tinyerp.com-0f551ae6430cff0acaf2693ad9d40687a0dbeb10
2008-07-09 05:28:47 +00:00
Fabien Pinckaers 7fc1acc0dd MOdifs
bzr revid: fp@tinyerp.com-498b0d186c7b5560b80da1ea6c1e8b5727322cbc
2008-07-09 05:18:20 +00:00
Fabien Pinckaers fd885debd5 Better Menus and Views
bzr revid: fp@tinyerp.com-6ae3ac1df449bd19db7b0366feb935e8e33d5101
2008-07-08 20:56:25 +00:00