Commit Graph

332 Commits

Author SHA1 Message Date
vta vta@openerp.com cb7cb1420b [FIX] Now the action is type object, method return the same action in order to have the right context.
bzr revid: vta@openerp.com-20121108103634-acxd3tyzd13b09ck
2012-11-08 11:36:34 +01:00
Fabien Pinckaers 974ca267cf [MERGE] fix multi-company for pos
bzr revid: fp@openerp.com-20121103172128-rx5lvo5xzmsj9ay1
2012-11-03 18:21:28 +01:00
Joël Grand-Guillaume 6ef3db0a86 [FIX] Do not provide a secondary currency when posting entries from bank statment if the same than the company to respect the new constraints.
bzr revid: joel.grandguillaume@camptocamp.com-20121026113502-jsxdf5swqfizfcen
2012-10-26 13:35:02 +02:00
Sanjay Gohel (Open ERP) f30d1585e5 [IMP]set pos company in statment create
bzr revid: sgo@tinyerp.com-20121018125506-lrdsyklk0oap2u5z
2012-10-18 18:25:06 +05:30
Mayur Maheshwari (OpenERP) c18b907b49 [IMP]all: imporve string state to status
bzr revid: mma@tinyerp.com-20121012124513-u7jbhn39gm17y6tj
2012-10-12 18:15:13 +05:30
Quentin (OpenERP) bcefce701e [IMP] account: monetary widget for bank statements
bzr revid: qdp-launchpad@openerp.com-20121009092129-w4pjhhuhxpabdjqg
2012-10-09 11:21:29 +02:00
Quentin (OpenERP) bdb4945d80 [FIX] account: fixed view that have an onchange function returning a field which is not in the view
bzr revid: qdp-launchpad@openerp.com-20121004160727-2y2ip152tjz25t23
2012-10-04 18:07:27 +02:00
Fabien Pinckaers 307ef24701 [MERGE] fix account_bank_statement_extension
bzr revid: fp@tinyerp.com-20120930115054-w04vxp7agnp2f68h
2012-09-30 13:50:54 +02:00
Quentin (OpenERP) 5165bf9c85 [FIX] account: fixed traceback when emptying the journal of a bank statement
bzr revid: qdp-launchpad@openerp.com-20120925071040-m9054w0qtt26ltjt
2012-09-25 09:10:40 +02:00
Quentin (OpenERP) 2ee0b276cc [FIX] account: accounting creation from bank statement fixed (no partner was assigned on receivable/payable account.move.line)
bzr revid: qdp-launchpad@openerp.com-20120917150548-l081zgzoxz0c8qw5
2012-09-17 17:05:48 +02:00
Bhumi Thakkar (Open ERP) dc331c76ee [IMP] If not journal_id then return {} and parent is removed.
bzr revid: bth@tinyerp.com-20120905103136-pp94j3xnb64c2edo
2012-09-05 16:01:36 +05:30
Olivier Dony 406e58399f [FIX] mail: unify message_post calls, fix typos, various lint cleanup
bzr revid: odo@openerp.com-20120822113439-aoy7v4njs6o34tu5
2012-08-22 13:34:39 +02:00
Fabien Pinckaers b62858e83e [IMP] Merging different ways of posting a message:
message_append_note
  message_append_dict
  message_append
  --> merged all to message_post

bzr revid: fp@tinyerp.com-20120817100302-bqsqv23ogrchslew
2012-08-17 12:03:02 +02:00
Antonin Bourguignon 8a64e7580a [IMP] all the error messages now start with 'Error\!' (not 'Error' or 'Error \!')
bzr revid: abo@openerp.com-20120807113137-44vehm0mthqawlo3
2012-08-07 13:31:37 +02:00
Antonin Bourguignon b0e8ae4c7d [IMP] error messages
fix errors ending with an exclamation point; use a point instead
remove uniques (or almost) error messages titles, like 'Encoding Error' (1 occurrence in addons), 'Integrity Error' (1 occurrence in addons), 'Report Name' (1 occurrence in addons), 'Value Error' (1 occurrence in addons), 'Wrong Period Code' (1 occurrence in addons); replace these with 'Error'
add newline character after some messages titles, when necessary
fix 'UserError': should be 'User Error'
remove spaces before exclamation marks
add capital letters to messages titles words (e.g.: 'Invalid action' becomes 'Invalid Action')

bzr revid: abo@openerp.com-20120807110616-u3nlnybtgaebro18
2012-08-07 13:06:16 +02:00
Quentin (OpenERP) d1cad52fe7 [FIX] account: bank statement, fixed some glitches in previous refactoring (unknown variables 'st' and 'res_currency_obj') + code optimization and refactoring
bzr revid: qdp-launchpad@openerp.com-20120725082539-qqi2jrr35xgz37z5
2012-07-25 10:25:39 +02:00
Quentin (OpenERP) 422614fb68 [MERGE] refactoring of account_bank_statement.py. Courtesy of Joel Grand-Guillaume (c2c)
bzr revid: qdp-launchpad@openerp.com-20120725072818-0wl26yrvwxb9shjg
2012-07-25 09:28:18 +02:00
Fabien Pinckaers f2a73d9286 merge
bzr revid: fp@openerp.com-20120716221706-esjx9mluww4zfio5
2012-07-17 00:17:06 +02:00
Frédéric van der Essen f8d32d3304 [MERGE] point_of_sale
bzr revid: fva@openerp.com-20120710142447-s0z5ca89bofh0n2c
2012-07-10 16:24:47 +02:00
Olivier Dony 4805c12199 [FIX] OPW 576406: bank.statement: fix incorrect test + cleanup bad variable names
bzr revid: odo@openerp.com-20120704144721-9moczgo1k3shuh7j
2012-07-04 16:47:21 +02:00
Rifakat 64297873d4 [FIX] account: put amove into draft state by button_cancel() before unlink() because we can not delete any posted move
bzr revid: rha@tinyerp.com-20120702055845-60nprzm2lq7rv2hc
2012-07-02 11:28:45 +05:30
Joël Grand-Guillaume 28908bea00 [FIX] Remove pdb... no comment...
bzr revid: joel.grandguillaume@camptocamp.com-20120621114916-a0uy3ipru8usgzo0
2012-06-21 13:49:16 +02:00
Joël Grand-Guillaume 2911d6a8c5 [IMP] Provide _prepare* hooks in bank statement object for the entries creations of account.move.line from a statement line
bzr revid: joel.grandguillaume@camptocamp.com-20120621104018-ryylbaxh6696e0rc
2012-06-21 12:40:18 +02:00
Sbh (Openerp) 1bc1b8817e [MERGE] Merge with lp:openobject-adddons
bzr revid: sbh@tinyerp.com-20120523045707-rxt3uirdycmb3bxj
2012-05-23 10:27:07 +05:30
Turkesh Patel (Open ERP) 1822e97c72 [IMP] account,mail: improved code.
bzr revid: tpa@tinyerp.com-20120515053802-i3dh1x2afa7glvnu
2012-05-15 11:08:02 +05:30
Fabien Pinckaers 56cfae3a8b [IMP] setting closing cash position on all journals which does not requires control
bzr revid: fp@openerp.com-20120513120812-yabr9ngdxh32xk0n
2012-05-13 14:08:12 +02:00
Fabien Pinckaers 341c6b0843 [IMP] PoS Backend
Improved layout of "PoS orders", "PoS Sessions" and "PoS Config" for useability
	Apply new design layouts for web client v7.0
	Rename PoS by Point of Sale everywhere
	Some typos, improved views
	Reviewed menu structure
"Default Point of Sale" field accessible through users preferences
PoS Config:
	Sequence is readonly
	Removed the "Draft" state --> easier, you do not need to active a PoS Config
	Default values on Shop and Journals
PoS Orders:
	Changed shop_id & journal_id on PoS Orders --> from normal fields to related field, depending on the session
Open Session:
	Fixed the wizard
	Several bugfixes and useability improvements
	Accounting Transactions posted at the close (not at the control)
Cash Registers:
	Lots of cleanups and bugfixes
Pos Sessions:
	Fixes and improved layout
	Better computation of all fields
	removed unused object "pos.config.journal"
PoS Orders:
	Default session_id

bzr revid: fp@openerp.com-20120512223743-b1vvbbybo8xq7e54
2012-05-13 00:37:43 +02:00
Turkesh Patel (Open ERP) f6e8993e3f [IMP] account: log for bank statement
bzr revid: tpa@tinyerp.com-20120508114700-7p20gun98zfo1s9v
2012-05-08 17:17:00 +05:30
Turkesh Patel (Open ERP) b05b6720dd [IMP] account: inhetrit from mail.thread
bzr revid: tpa@tinyerp.com-20120507120707-dgwdaum3wjzb8mi8
2012-05-07 17:37:07 +05:30
Saurang Suthar (OpenERP) a2a05cfc19 [IMP]:improved titles State by Status everywhere
bzr revid: ssu@tinyerp.com-20120504115748-2vd1dns7bxptg384
2012-05-04 17:27:48 +05:30
Stephane Wirtel 9fe0bbc472 [COMMIT] Don't want to lose my work
bzr revid: stw@openerp.com-20120426123017-joglkawvmn0f3pe0
2012-04-26 14:30:17 +02:00
Stephane Wirtel 5eef94995f [REF] account: Clean some functions of the account.bank.statement
bzr revid: stw@openerp.com-20120417145322-86xnmhaton98yipg
2012-04-17 16:53:22 +02:00
Stephane Wirtel 24687ac6bc [FIX] point_of_sale: Add some basic elements for new features
bzr revid: stw@openerp.com-20120416090122-52h5qt0tyga70p3r
2012-04-16 11:01:22 +02:00
Olivier Dony ee77b351b4 [MERGE] Latest fixes from 6.1
bzr revid: odo@openerp.com-20120322143654-w7etvdnq4z5tg6bt
2012-03-22 15:36:54 +01:00
Stefan Rijnhart e792a85858 [FIX] Reference to undefined context variable
[ADD] Check on 'None' context in account module's sequence override

bzr revid: stefan@therp.nl-20120322113959-79wxzej9ih4igg28
2012-03-22 12:39:59 +01:00
Stefan Rijnhart 94896a9c0b [FIX] Pass context to ir.sequence.next_by*
lp bug: https://launchpad.net/bugs/974355 fixed

bzr revid: stefan@therp.nl-20120314125324-g1kbltrcygxlmcgt
2012-03-14 13:53:24 +01:00
Quentin (OpenERP) 980e27e099 [MERGE] merged with main trunk
bzr revid: qdp-launchpad@openerp.com-20120223094804-0cm66x44ddvllelj
2012-02-23 10:48:04 +01:00
Olivier Dony da84f36eb4 [FIX] all: update context_today calls after API change
See also server revision 4053
revision-id: odo@openerp.com-20120214122413-rznpdyqajrzswk4o

bzr revid: odo@openerp.com-20120214122520-f4lyaoolw1sik7zo
2012-02-14 13:25:20 +01:00
Olivier Dony 5fc1a9fc7b [FIX] all: use newly introduced fields.date.context_today
Following the introduction of fields.date.context_today,
correct the main cases where we need to use the user's
timezone instead of the default UTC one.
There are probably many minor cases where this may be
useful, but those cases should be easy to fix now
that there is a common way to fix them.

lp bug: https://launchpad.net/bugs/925361 fixed

bzr revid: odo@openerp.com-20120213180741-4hvd4p7wsep0fomf
2012-02-13 19:07:41 +01:00
Quentin (OpenERP) 1f8536a334 [IMP] account: multi company enhancements
bzr revid: qdp-launchpad@openerp.com-20120125092932-x07yucdn1mjaxv8z
2012-01-25 10:29:32 +01:00
Quentin (OpenERP) 6400a55c68 [FIX] account: fixed multi-company related stuffs on cash/bank statements
bzr revid: qdp-launchpad@openerp.com-20120124152747-5ygkcu5z3i9awnw7
2012-01-24 16:27:47 +01:00
Divyesh Makwana (Open ERP) 873aaacc50 [FIX] account, account_bank_statement_extensions, point_of_sale : account_bank_statement_extension conflicts with point_of_sale
lp bug: https://launchpad.net/bugs/909124 fixed

bzr revid: mdi@tinyerp.com-20120102090833-ytztgr3vsq2jkm4v
2012-01-02 14:38:33 +05:30
fp 8aff5209ea [IMP] improved error message, constraints must allways propose a solution
bzr revid: fp@fp-laptop-20111231075720-4kak7o320td4wxqc
2011-12-31 08:57:20 +01:00
Fabien Pinckaers c556070f0b [FIX] bank statement for cash registers, ending balance checks
bzr revid: fp@tinyerp.com-20111222102703-9f6qrj7q1prn000i
2011-12-22 11:27:03 +01:00
Mayur Maheshwari (OpenERP) 357f3fca2f [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20111221123724-buifqfz9zvmu9s8n
2011-12-21 18:07:24 +05:30
Fabien Pinckaers 6660f8f95e [FIX] typo on statement name
bzr revid: fp@tinyerp.com-20111219225835-b4smpeisn5v1sn8c
2011-12-19 23:58:35 +01:00
Fabien Pinckaers 785f2bb5af [FIX] account bank statement
bzr revid: fp@tinyerp.com-20111211101845-ejswkmmty1kba1sg
2011-12-11 11:18:45 +01:00
Bharat (OpenERP) 5357d747e6 [IMP] account : improved tooltip for name field
bzr revid: bde@tinyerp.com-20111209084746-edk590266su24b8o
2011-12-09 14:17:46 +05:30
Mayur Maheshwari (OpenERP) b439bc1606 [FIX]All: create an index for the column on require table
lp bug: https://launchpad.net/bugs/901474 fixed

bzr revid: mma@tinyerp.com-20111209060308-muefwlr323ji4kk7
2011-12-09 11:33:08 +05:30
Bharat (OpenERP) 5f3bb33a4f Used proper case in tooltip
bzr revid: bde@tinyerp.com-20111207111347-udhlw1wzwy6wai5y
2011-12-07 16:43:47 +05:30
Bharat (OpenERP) 7f5e51775f [IMP] account : Improved the tooltip of name field in account/account_bank_statement.py
lp bug: https://launchpad.net/bugs/889156 fixed

bzr revid: bde@tinyerp.com-20111206060629-9khlfdsyf633k0zi
2011-12-06 11:36:29 +05:30
Quentin (OpenERP) 094d733a3a [FIX] account: fixed error in bank statement encoding
bzr revid: qdp-launchpad@openerp.com-20111201090211-9wpml47an3kcooii
2011-12-01 10:02:11 +01:00
Mustufa Rangwala 61ee32859b [FIX] account : Bank Statement - Reference does not appear in journal entry
lp bug: https://launchpad.net/bugs/870242 fixed

bzr revid: bde@tinyerp.com-20111012113655-33zysf4o7ma098tt
2011-10-12 17:06:55 +05:30
Vo Minh Thu bd341cc6fe [IMP] ir_sequence: call it with the new methods.
bzr revid: vmt@openerp.com-20110929132254-eevlq6t9d6i6um7z
2011-09-29 15:22:54 +02:00
Fabien Pinckaers 440ed51b9f fix
bzr revid: fp@tinyerp.com-20110925215457-a40td30n6bedg2ug
2011-09-25 23:54:57 +02:00
Fabien Pinckaers d0f8dc83e5 [IMP] Useability and misc fixes in POS
bzr revid: fp@tinyerp.com-20110925210020-5jvd7x38asnbzv5b
2011-09-25 23:00:20 +02:00
Fabien Pinckaers 7cbfe6118e merge
bzr revid: fp@tinyerp.com-20110924150234-ffaq5wjyfkldo37t
2011-09-24 17:02:34 +02:00
Rucha (Open ERP) 0e861ae34a [MERGE]: Merge with latest trunk-addons and resolved conflicts in bank statement as new state was added in statement
bzr revid: rpa@tinyerp.com-20110922061419-cvaza3f5050o0b85
2011-09-22 11:44:19 +05:30
Fabien Pinckaers 99a72c7792 [Useability] improved error message
bzr revid: fp@tinyerp.com-20110918134116-2vvdelak2268j6pz
2011-09-18 15:41:16 +02:00
Vo Minh Thu (OpenERP) 373e5b6e4d [MERGE] account: remove duplicate code between cash/bank statements
bzr revid: odo@openerp.com-20110917005007-55khqnqrkqsir9st
2011-09-17 02:50:07 +02:00
Bharat (OpenERP) e8797bc9ac [MERGE] merged with main addons
bzr revid: bde@tinyerp.com-20110915124551-qw9rolge72raiwyd
2011-09-15 18:15:51 +05:30
Atik Agewan (OpenERP) 0e8ddd5b22 [ADD] Account,,Project_long_term:Add widget=statusbar in state field.
bzr revid: aag@tinyerp.com-20110915054557-x7a7641i36cncu0l
2011-09-15 11:15:57 +05:30
Stéphane Bidoul 17358373e3 [FIX] account : default date on statement lines should be the statement date
lp bug: https://launchpad.net/bugs/833049 fixed

bzr revid: bde@tinyerp.com-20110826095726-0duq2iuhjzpnzh90
2011-08-26 15:27:26 +05:30
Olivier Dony 06fb14130a [IMP] removed method=True params from all fields.function
Server revision 3495 odo@openerp.com-20110701232328-flgxulxva70vnyxr
removed the need for passing method=True to function fields,
so this is the equivalent addons fix, removing it everywhere.
Please be careful from now on, and do not pass it anymore!

bzr revid: odo@openerp.com-20110701234124-a61zl0idvdfz3hyb
2011-07-02 01:41:24 +02:00
bde efc8b61ea3 [REM] removed _default_balance_start method in account_bank_statement.py file
lp bug: https://launchpad.net/bugs/801348 fixed

bzr revid: bde@tiny2-desktop-20110630134250-1qu7vdtvtnrb3266
2011-06-30 19:12:50 +05:30
Vo Minh Thu 922bcfebc1 [REF] account: removed now identical code, added comments for the previous change.
bzr revid: vmt@openerp.com-20110608142653-rchn5lqt3wm1w5rx
2011-06-08 16:26:53 +02:00
Vo Minh Thu 7f86e4d2ed [REF] account: removed duplicated _columns in account_cash_statement w.r.t. account_bank_statement:
- duplicate code is bad by itself,
- but it is a problem when trying to load the models in two passes in the server.

bzr revid: vmt@openerp.com-20110608122020-355pf5nczahm5tmm
2011-06-08 14:20:20 +02:00
ARA (OpenERP) 59e5b3e475 [FIX] account: wrong fields in account_bank_statement_line_move_rel
lp bug: https://launchpad.net/bugs/782164 fixed

bzr revid: ara@tinyerp.com-20110525061353-0bpe4ngo19nho3q0
2011-05-25 11:43:53 +05:30
Bogdan Stanciu 8aebdc308c [FIX] for bug 753651 cannot select account for bank statement
lp bug: https://launchpad.net/bugs/753651 fixed

bzr revid: bogdanovidiu.stanciu@gmail.com-20110407150657-76j88ckl5y1pd1jd
2011-04-07 17:06:57 +02:00
Rifakat Haradwala (Open ERP) 5cd5e83cbf [IMP] : account,account_followup,project,project_scrum: string formatting
bzr revid: rha@tinyerp.com-20110309045822-pcvetf2a2nd0o8kv
2011-03-09 10:28:22 +05:30
mtr ef68aff2fd [MERGE] branch merged with lp:~tempo-openerp/openobject-addons/trunk-bugfix-705797
bzr revid: mtr@mtr-20110127121721-j3i1np6ku2craczs
2011-01-27 17:47:21 +05:30
ARA (OpenERP) 2add57ba57 [FIX] account: [trunk][account] useless variable in button_confirm_bank
lp bug: https://launchpad.net/bugs/707404 fixed

bzr revid: ara@tinyerp.com-20110127053937-sbk2lu0qle04w60x
2011-01-27 11:09:37 +05:30
Olivier DOSSMANN 2b282ad6c9 [FIX] fixed inversion of columns in the move_ids many2many fields in an account_move_line
lp bug: https://launchpad.net/bugs/705797 fixed

bzr revid: olivier@tempo-laptop-20110121102821-lbptsdh26wwqlfaf
2011-01-21 11:28:21 +01:00
qdp-launchpad@tinyerp.com 2df4a68377 [MERGE] merged the dev3 branch
bzr revid: qdp-launchpad@tinyerp.com-20110114001101-wk77opsrvslh7pak
2011-01-14 01:11:01 +01:00
ARA (OpenERP) 707b2780b4 [IMP]account: account bank statement - usability
bzr revid: ara@tinyerp.com-20110105072008-tan84dkar44plbls
2011-01-05 12:50:08 +05:30
ARA (OpenERP) dd88dc5dd5 [IMP]account: account bank statement - usability
bzr revid: ara@tinyerp.com-20110105061706-ac8ottk7uylvmafz
2011-01-05 11:47:06 +05:30
ARA (OpenERP) d172534a08 [FIX]account: account bank statement - usability
lp bug: https://launchpad.net/bugs/696914 fixed

bzr revid: ara@tinyerp.com-20110104124045-7iyc6opd22ufqtww
2011-01-04 18:10:45 +05:30
husen f433b959c2 merged with trunk
bzr revid: husen@husen-laptop-20101230095809-cl6dkve1odgdtqtv
2010-12-30 15:28:09 +05:30
Olivier Dony 9e5a6481a3 [FIX] res.currency, account: moved account-related res.currency code from base (second part)
lp bug: https://launchpad.net/bugs/557325 fixed

bzr revid: odo@openerp.com-20101222174159-t4i0am9adanns3ya
2010-12-22 18:41:59 +01:00
Mustufa Rangwala b0f61a9546 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101214130232-wqsim6966u1hilu9
bzr revid: mra@mra-laptop-20101217043732-ri8dfx38pacpruye
2010-12-17 10:07:32 +05:30
uco (OpenERP) d827b2f6ea [REF]: Added remaining context changes in _constraints. Removed unnecessary checking for context from methods.
bzr revid: uco@tinyerp.com-20101213064309-vg36f1510xv2f8zb
2010-12-13 12:13:09 +05:30
Ferdinand 0b58b44b56 [FIX] Account: amount should be numeric
lp bug: https://launchpad.net/bugs/687596 fixed

bzr revid: mra@mra-laptop-20101209093448-fz8ocl0jeb3egd3s
2010-12-09 15:04:48 +05:30
uco (OpenERP) b1cf433ecc [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20101206131102-z2xzz8eshkswo00q
2010-12-06 18:41:02 +05:30
qdp-launchpad@tinyerp.com 382f6fc8c5 [FIX] account: statement reconciliaiton improved
bzr revid: qdp-launchpad@tinyerp.com-20101126151446-72q1m6qc9efqqga0
2010-11-26 16:14:46 +01:00
uco (OpenERP) 3700e08ed6 [REF]: Refactored some lines from previous commit.
bzr revid: uco@tinyerp.com-20101123113152-0ue71yg9usp1gklx
2010-11-23 17:01:52 +05:30
uco (OpenERP) 427cd9af23 [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20101122050522-dd1d0r9663bib603
2010-11-22 10:35:22 +05:30
uco (OpenERP) 12fcd1be2f [IMP] : Added context=None on methods used for _constraints and replaced context={} with context=None.
bzr revid: uco@tinyerp.com-20101119134801-974ev29j4tu46pq2
2010-11-19 19:18:01 +05:30
Mustufa Rangwala c0c5573c8c [REF] Account: Code clean
bzr revid: mra@mra-laptop-20101111134023-a3p5ha24ye0gu8zl
2010-11-11 19:10:23 +05:30
Mustufa Rangwala 099cb32b51 [REM] Account: Bank statement: button_import_invoice unused function removed
bzr revid: mra@mra-laptop-20101110091928-md56a5yxxb85l4l0
2010-11-10 14:49:28 +05:30
Mustufa Rangwala ba66baf2be [REF] account: Removed wanrings from buildbot
bzr revid: mra@mra-laptop-20101110082011-k7iwkgopgv5lbbix
2010-11-10 13:50:11 +05:30
Mustufa Rangwala 6ac555ef43 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101110042143-55p7cxi0mxodcr9c
2010-11-10 09:51:43 +05:30
Olivier Dony 3b368f4034 [FIX] account.bank.statement: use correct sign for secondary currency amount when validating statements with accounts having a secondary currency + removed dead code
lp bug: https://launchpad.net/bugs/669903 fixed

bzr revid: odo@openerp.com-20101104152659-ugzfgdoho5pbfd77
2010-11-04 16:26:59 +01:00
pso 751166ef62 [IMP] account, hr modules: Put lambda in _defaults
bzr revid: pso@tinyerp.com-20101104124242-djqmwoq9jzenr8cn
2010-11-04 18:12:42 +05:30
Mustufa Rangwala 180ecd88b7 [MERGE] Account: Bank statement ordering change -> date desc, id desc (VTH branch)
bzr revid: mra@mra-laptop-20101104045438-j1qih5sovjzytoxd
2010-11-04 10:24:38 +05:30
vth fd4c44f3f4 [FIX] account: Bank statement in _order add id desc
lp bug: https://launchpad.net/bugs/430690 fixed

bzr revid: vth@tinyerp.com-20101103133030-3vj44ct2ks3r5u2g
2010-11-03 19:00:30 +05:30
qdp-launchpad@tinyerp.com 02d922e395 [FIX] account, bank/cash statement: fixed a bug on account.move numbering when created from account.bank.statement
[IMP] account, bank/cash statement: replaced onchange_patrner_id with onchange_type: we don't want to change the amount automatically anymore
[IMP] account, bank/cash statement: usability improvements

bzr revid: qdp-launchpad@tinyerp.com-20101026161652-ynwwunbspigqfsfc
2010-10-26 18:16:52 +02:00
vth 91b5200c8c [REF] account
bzr revid: vth@tinyerp.com-20101020101202-rawxy5lwtqnvqnkh
2010-10-20 15:42:02 +05:30
Mustufa Rangwala 3420208ecd [REF] account
bzr revid: mra@mra-laptop-20101020070004-c28dsk1vo5j2nbz6
2010-10-20 12:30:04 +05:30
Mustufa Rangwala 08a7b6daa0 [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101018053340-91whv0hocvv156sa
2010-10-18 11:03:40 +05:30
Fabien Pinckaers 6430fec108 [IMP] logs
bzr revid: fp@tinyerp.com-20101016140241-dldu351awva0eht0
2010-10-16 16:02:41 +02:00
Mustufa Rangwala dcc9ee5b1a [REF] account clean
bzr revid: mra@mra-laptop-20101015131021-uuno085rmpdi08zo
2010-10-15 18:40:21 +05:30
Mustufa Rangwala 7cfa0c8c7a [MERGE] merge from trunk addons
bzr revid: mra@mra-laptop-20101015122702-i8dkaxlajqwp4gbp
2010-10-15 17:57:02 +05:30
Fabien Pinckaers 8ea9e3384f fix
bzr revid: fp@tinyerp.com-20101015115712-swlsc5pia5dx960q
2010-10-15 13:57:12 +02:00
Mustufa Rangwala 3cfb9ca9cc [REF] account
bzr revid: mra@mra-laptop-20101015073542-pzmc0rz8d0qfcum2
2010-10-15 13:05:42 +05:30
Mustufa Rangwala 15380c03ff [REF]
bzr revid: mra@mra-laptop-20101011072026-4m0ehsw20j7stywj
2010-10-11 12:50:26 +05:30
vth b845e6557e [REF] account
bzr revid: vth@tinyerp.com-20101008124922-h3rxefxmldl4300l
2010-10-08 18:19:22 +05:30
vth 0fb73fae46 [FIX] account: import payment lines on bank statement wizard now taking correct account for move line
bzr revid: vth@tinyerp.com-20101006052059-sujoj1g4n72gofda
2010-10-06 10:50:59 +05:30
Mustufa Rangwala 3a60e60b1d [FIX] Account: Bank statement
bzr revid: mra@mra-laptop-20101001034400-1wh9018xwf4rfq6w
2010-10-01 09:14:00 +05:30
Mustufa Rangwala 342ff9db57 [FIX] Account voucher: Did not create move_ids on bank statement lines when we confirm the bank statements
bzr revid: mra@mra-laptop-20100930070601-6bz0ozmgfbm265xp
2010-09-30 12:36:01 +05:30
Mustufa Rangwala e87753d2e9 [FIX] Account: Bank statement
bzr revid: mra@mra-laptop-20100930053540-7fshnc4q1l1kydgz
2010-09-30 11:05:40 +05:30
Mustufa Rangwala 1ebc0a6c07 [REM] Account: Cash statment remove button_Cancel method already available with bank statements
bzr revid: mra@mra-laptop-20100929084919-jjhai4rqjuuldbx5
2010-09-29 14:19:19 +05:30
VTH(OpenERP) 8386fa5580 [FIX] Account: Cash statement close cash box button got error
bzr revid: mra@mra-laptop-20100929080334-bya8koews12nn3ho
2010-09-29 13:33:34 +05:30
Jay (OpenERP) 449c4ae7bf [FIX] Corrected failures caused by previous commits,Thanks to builbot
bzr revid: jvo@tinyerp.com-20100927123806-hz4nh1imppi772cn
2010-09-27 18:08:06 +05:30
vra a5b8f7058f [FIX] account: fixes default journal_id problem in cash satement view.
bzr revid: vra@tinyerp.com-20100927061538-9hllvim57llb3zz9
2010-09-27 11:45:38 +05:30
Mustufa Rangwala 106cb73289 [REF]
bzr revid: mra@mra-laptop-20100923063830-x8zv2ek2pj6p0fs3
2010-09-23 12:08:30 +05:30
qdp-launchpad@tinyerp.com 380ec6ef6c [REF] account: refactoring of button_confirm_* on cash and bank statement
bzr revid: qdp-launchpad@tinyerp.com-20100922154158-ydpoyq1cfwruvlju
2010-09-22 17:41:58 +02:00
Mustufa Rangwala 23f99c1681 [ADD] Account_voucher: import invoice from bank statements moved from account module
bzr revid: mra@mra-laptop-20100922062308-859tbohs0ne09hj0
2010-09-22 11:53:08 +05:30
qdp-launchpad@tinyerp.com 8d26d41cb2 [REF] account: refactoring of validation of bank statement
bzr revid: qdp-launchpad@tinyerp.com-20100921100837-i070zxv72z83aqkv
2010-09-21 12:08:37 +02:00
qdp-launchpad@tinyerp.com d971ad67be [REF] account: refactoring in bank statement confirmation
bzr revid: qdp-launchpad@tinyerp.com-20100920155947-yvi0h4wrzx8tq2lx
2010-09-20 17:59:47 +02:00
qdp-launchpad@tinyerp.com 6d6d2d912f [REF] account: removal of reconciliation on bank statements (account.bank.statement.reconcile object). This feature should now be handled by account_voucher module
bzr revid: qdp-launchpad@tinyerp.com-20100917143045-j7n45wazq60xtdnv
2010-09-17 16:30:45 +02:00
pap (openerp) 72f88ecf49 [REM] Account: removed analytic lines creation in account_bank_statement as it is created when move line is created
bzr revid: pap@tinyerp.co.in-20100917085509-5mmx1uj5ja31dtpp
2010-09-17 14:25:09 +05:30
pap (openerp) 4e61111c59 [IMP] Account: added user_id while created analytic lines
bzr revid: pap@tinyerp.co.in-20100917083134-dw7g5vf9myo03e47
2010-09-17 14:01:34 +05:30
qdp-launchpad@tinyerp.com ecd9e1f71f [IMP] account: set company_id field on statement line as readonly
bzr revid: qdp-launchpad@tinyerp.com-20100916132614-rq53szvhorkl0p11
2010-09-16 15:26:14 +02:00
qdp-launchpad@tinyerp.com b602119abd [FIX] account: fixed line_ids nto mandatory in vals when creating a new statement
bzr revid: qdp-launchpad@tinyerp.com-20100914181352-mspg1snv87jss1ek
2010-09-14 20:13:52 +02:00
qdp-launchpad@tinyerp.com 3d9c59ff01 [IMP] account: automatic sequence on bank statement lines
[FIX] account: multi company on bank/cash statement

bzr revid: qdp-launchpad@tinyerp.com-20100914175307-2g876zrv7vtdnrvl
2010-09-14 19:53:07 +02:00
qdp-launchpad@tinyerp.com 7186fc2250 [FIX] account: multi company on bank statement and bank statement lines
bzr revid: qdp-launchpad@tinyerp.com-20100914091622-uabdoqsz3xfw754j
2010-09-14 11:16:22 +02:00
qdp-launchpad@tinyerp.com 85d243fb44 [MERGE] merge with same branch
bzr revid: qdp-launchpad@tinyerp.com-20100913155446-gm9b07hb4fnd5yyo
2010-09-13 17:54:46 +02:00
qdp-launchpad@tinyerp.com c96573cf94 [IMP] account: bank statement: added company_id fields
bzr revid: qdp-launchpad@tinyerp.com-20100913093717-mwxnh5sh0rrytit3
2010-09-13 11:37:17 +02:00
Mustufa Rangwala b46bbb5e65 [FIX] Account: Bank statement => onchange on partner with st. line -> if line does not save then amount taken from context
bzr revid: mra@mra-laptop-20100907091738-b9abe0896v252zrb
2010-09-07 14:47:38 +05:30
Mustufa Rangwala cde1c9551f [REF]
bzr revid: mra@mra-laptop-20100907064215-3x33rxl10thbv22n
2010-09-07 12:12:15 +05:30
Mustufa Rangwala 0ff1aecac1 [FIX] Account bank statement: Small fix
bzr revid: mra@mra-laptop-20100907060658-ri74f61lbuyt43l9
2010-09-07 11:36:58 +05:30
qdp-launchpad@tinyerp.com 5ccf742524 [MERGE] merge with same branch + small improvements on accouting
[IMP] mrp: improved the mrp.production.form view

bzr revid: qdp-launchpad@tinyerp.com-20100906165421-zy7pz5sdfxgappe7
2010-09-06 18:54:21 +02:00
Mustufa Rangwala 042c04937a [REF]
bzr revid: mra@mra-laptop-20100901103959-i4a194d2yy4s9zuq
2010-09-01 16:09:59 +05:30
Jay (OpenERP) 031a79f52e [REF] Account
bzr revid: jvo@tinyerp.com-20100830062831-ogdbungx8wavf0v7
2010-08-30 11:58:31 +05:30
Mustufa Rangwala 98f76faecb [IMP] Account : bank statement=> move name as per statement name
bzr revid: mra@mra-laptop-20100828060725-n2kqkk60w5r7qg42
2010-08-28 11:37:25 +05:30
pap (openerp) 632d288303 [IMP]:added analytic account on bank statement line and created analytic lines on confirming bank statement
bzr revid: pap@tinyerp.co.in-20100827121149-kd8o6dypbhc7kimo
2010-08-27 17:41:49 +05:30
Mustufa Rangwala aa4e160f84 [FIX] account bank statment lines: onchange partner fill amount if its empty
bzr revid: mra@mra-laptop-20100827111330-42jf1103qge7zc3k
2010-08-27 16:43:30 +05:30
Mustufa Rangwala 29c473188b [IMP] Account: bank statement name and numbering=> in all cases, the account move objects created (reminder: there is one account move by statement line) must have a name wich is the same as the bank_statement name + ' / ' + the sequence of the statement line
bzr revid: mra@mra-laptop-20100827045049-zuge81k8z8awrg0i
2010-08-27 10:20:49 +05:30
Mustufa Rangwala 1cc6fe6a46 [IMP] Account: if statement.name =='/': the first statement created is St. 08/25/ instead of St. 08/25/1? check the sequence
if statement name !='/': do not append a sequence (if user typed 'QDP1', do not replace it by 'QDP1/x' where x is a sequence number autoincremented)

bzr revid: mra@mra-laptop-20100827033841-owws11we2s62e17m
2010-08-27 09:08:41 +05:30
Mustufa Rangwala 8262872c71 [IMP] bank statements: on change on journal = >Why it returns the currency it is automatically calculated with function field .. no need to return currency with onchange journal
bzr revid: mra@mra-laptop-20100826095019-1mohlmz154fylcnh
2010-08-26 15:20:19 +05:30
Mustufa Rangwala 17d6bbf3c9 [FIX] account bank statements: onchange on journal make wrong amount
bzr revid: mra@mra-laptop-20100826091223-1u5aee3lkzjiix8k
2010-08-26 14:42:23 +05:30
Mustufa Rangwala f43ab717cc [IMP] Account: Bank statements will not consider boolean on journal entry_posted
bzr revid: mra@mra-laptop-20100826085358-d4jgljoknte4q9yd
2010-08-26 14:23:58 +05:30
qdp-launchpad@tinyerp.com 666510526b [IMP] account: replaced 'Ledger Posting' terms
bzr revid: qdp-launchpad@tinyerp.com-20100824130622-y3tujja6qw489as6
2010-08-24 15:06:22 +02:00
uco (Open ERP) 31d249a9ab [MERGE]
bzr revid: uco@tinyerp.com-20100819125727-iuofahcl931exx1r
2010-08-19 18:27:27 +05:30
Mustufa Rangwala f1b6b52bfc [IMP] Account, Sale: not it will search only analytic accounts where parent is not false
bzr revid: mra@mra-laptop-20100819120501-q91dklumoptkkc21
2010-08-19 17:35:01 +05:30
RHA (Open ERP) d5ad0b8ff1 [CLEAN]: Removed commented codes, unnecessary spaces.
bzr revid: uco@tinyerp.com-20100819115157-sfsmbnjdgpp4wl12
2010-08-19 17:21:57 +05:30
Mustufa Rangwala 227503e001 [IMP] Account: change the behaviour of bank statement Name field and changes related to it
bzr revid: mra@mra-laptop-20100816070358-p3lecy8cyqci1bmy
2010-08-16 12:33:58 +05:30
Mustufa Rangwala ad7510de28 [IMP] Account: Bank statement lines => Add sequence invisible to tree view , change the order of displaying lines
bzr revid: mra@mra-laptop-20100816052306-f6bdou6gzpn4m5w0
2010-08-16 10:53:06 +05:30
Mustufa Rangwala 10794f74d2 [IMP] Account: Onchange of partner on bank statement lines now dont fill amount on line
bzr revid: mra@mra-laptop-20100814053743-fsqvt4ic4mjsor46
2010-08-14 11:07:43 +05:30
Mantavya Gajjar 5a25a3e47d [IMP]: improvement to bank statement
bzr revid: mga@tinyerp.com-20100811140935-e6ssee7v55mccmx5
2010-08-11 19:39:35 +05:30