Commit Graph

46 Commits

Author SHA1 Message Date
Denis Ledoux 23da42d5a0 [MERGE] forward port of branch saas-3 up to dd72d15 2015-01-20 13:25:53 +01:00
Denis Ledoux dd72d1537f [MERGE] forward port of branch 7.0 up to fb4c822 2015-01-20 12:21:52 +01:00
Denis Ledoux fb4c822000 [FIX] account_asset: using attrs to hide method_* fields
In order to hide fields method_number and method_period to hide them according to the asset, fields_view_get method was overriden.
An issue was present: if a search view on model account.asset.asset was added, and did not contain these method_* fields, this overriden fields_view_get was applied, and tried to hide method_* fields, while they were not present in the search view, which leaded to a crash.

I could have solved this the easy way, to not apply the invisbility if the fields were not present in the view, or if the view was something else than form, but I prefered to solve this the cleanest way.
2015-01-20 12:17:45 +01:00
Jaydeep Barot 026e38b48f [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00
Fabien Meghazi faa09da325 Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
Thibault Delavallée a05b0bebbe [FORWARD] Forward port of 7.0 branch until revision 9143.
bzr revid: tde@openerp.com-20130521122359-b5vii7gv8arluz06
2013-05-21 14:23:59 +02:00
Martin Trigaux 182118eb8c [MERGE] kill the executable bit on things that are clearly not executables or scripts
bzr revid: mat@openerp.com-20130508144521-bkvms15maji1ykpb
2013-05-08 16:45:21 +02:00
Quentin (OpenERP) 429ef87172 [MERGE] accounts* modules: forward port of revision 9033 of addons v7 that was passing 'account_period_prefer_normal=True' in the context in each and every call to account_period.find(). The behaviour is modified in order to search only on normal periods by default
bzr revid: qdp-launchpad@openerp.com-20130418094147-q2ks4w47sn4fxdv2
bzr revid: qdp-launchpad@openerp.com-20130418103907-0qom5yfcq8osnovp
2013-04-18 12:39:07 +02:00
Quentin (OpenERP) c46929268d [FIX] account* modules: added 'account_period_prefer_normal':True in context when trying to find the period related to a date.
This patch will be forward ported in trunk by changing the behaviour of account_period.find() in order to fetch the normal periods by default (account_period_prefer_normal will be True by default) because there are no business case i could think of where you'd like to get the opening period (except in the closure but it's held in a different way there). On the other hand, it's pretty easy to forget to put that key in the context and introduce a new bug that will select the opening period instead of the wanted one

bzr revid: qdp-launchpad@openerp.com-20130418102433-t52uj23trkpr8vnb
2013-04-18 12:24:33 +02:00
Vo Minh Thu e69326ee3b [REF] removed explicit model instanciations.
bzr revid: vmt@openerp.com-20130415102349-vgcrfok2k5y10cwz
2013-04-15 12:23:49 +02:00
Phil Frost 5ff3ae2034 kill the executable bit on things that are clearly not executables or scripts
bzr revid: pfrost@openerpdev-20130103231005-56pglti6uss0jsm5
2013-01-03 18:10:05 -05:00
Vo Minh Thu 6072fd11af [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20121210111654-0pm3pupnqqeip52n
2012-12-10 12:16:54 +01:00
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Atul Patel (OpenERP) 334bf9d4fd [MERGE]: Merged account_asset related changed
bzr revid: atp@tinyerp.com-20121127113808-bxttqn8erkqpv08b
2012-11-27 17:08:08 +05:30
Jagdish Panchal bf67bcc6d5 [IMP] account_asset: add missing tool tip and imprve layout of Change Duration wizard
bzr revid: jap@tinyerp.com-20121126132758-xotxwzy3k9figmma
2012-11-26 18:57:58 +05:30
Twinkle Christian (OpenERP) 44eb35dfa2 [IMP]Remove type field from the whole account
bzr revid: tch@tinyerp.com-20120808105907-08cd8y1n0grgxxid
2012-08-08 16:29:07 +05:30
Jalpesh Patel (OpenERP) ebcc25e7f6 [IMP]account:periodical-processing-view-improve
bzr revid: pja@tinyerp.com-20120713121658-ogp9wk3osmyxasvy
2012-07-13 17:46:58 +05:30
Fabien Pinckaers 64a9321d56 [IMP] footer on forms
bzr revid: fp@tinyerp.com-20120710164011-unqi1okf2uu8yhts
2012-07-10 18:40:11 +02:00
Quentin (OpenERP) 6fe94bd4bc [MERGE] merged with maint runk
bzr revid: qdp-launchpad@openerp.com-20120629123618-z1bv3dqdfqy23hno
2012-06-29 14:36:18 +02:00
Raphael Collet 5133bee1d5 [FIX] in form views, replace class 'oe_highlight_on_dirty' by 'oe_highlight'
bzr revid: rco@openerp.com-20120629083024-rqhtbf9melkygg0m
2012-06-29 10:30:24 +02:00
Sanjay Gohel (Open ERP) 1702b2335d [IMP]remove tabs and add spaces instead of them
bzr revid: sgo@tinyerp.com-20120628064005-zuerrpazumf5lf1q
2012-06-28 12:10:05 +05:30
Twinkle (OpenERP) a3b95ebe1f [IMP]Added cancel button and apply css class flow
bzr revid: tch@tinyerp.com-20120627132806-lv8otyheoizq9of9
2012-06-27 18:58:06 +05:30
Twinkle (OpenERP) 471037495c [IMP]Apply css class flow on wizards buttons
bzr revid: tch@tinyerp.com-20120626063119-5i93di16milljxap
2012-06-26 12:01:19 +05:30
Twinkle (OpenERP) 0e97cefe9e [IMP]Improve wizard button
bzr revid: tch@tinyerp.com-20120625100901-ucjbttxod55erqmf
2012-06-25 15:39:01 +05:30
Twinkle (OpenERP) 660cc67256 [IMP]Added highlight button on wizard
bzr revid: tch@tinyerp.com-20120620104923-z1hty740vn160fg9
2012-06-20 16:19:23 +05:30
Turkesh Patel (Open ERP) 6401cef582 [IMP] account_asset,account_bank_statement_extensions: remove cancel button from wizard.
bzr revid: tpa@tinyerp.com-20120615121346-mzayk2ihz6ip6zg0
2012-06-15 17:43:46 +05:30
Fabien Pinckaers 1f885950b4 [FIX] headers
bzr revid: fp@tinyerp.com-20120609222849-gm9loztzarjyn7pl
2012-06-10 00:28:49 +02:00
Fabien Pinckaers dcc975b79a [IMP] better views, mostly accoung wizards form
bzr revid: fp@tinyerp.com-20120609135041-570vyqpa9m2f1huw
2012-06-09 15:50:41 +02:00
Fabien Pinckaers 9826127148 [IMP] improved <group> tags bugfixes
bzr revid: fp@tinyerp.com-20120609094433-o7svbpvk48omvknd
2012-06-09 11:44:33 +02:00
Mayur Maheshwari (OpenERP) 9e59ce8812 [IMP]all: Improve all typos
bzr revid: mma@tinyerp.com-20120424060532-ohrf0sxwq8rpq6ls
2012-04-24 11:35:32 +05:30
Raphael Collet 11aafaca56 [IMP] remove wizard_asset_close (not used)
bzr revid: rco@openerp.com-20111019123709-xefj05fn90yroef3
2011-10-19 14:37:09 +02:00
Ujjvala Collins (OpenERP) 6da15e30bd [REF] account_asset: Converted simple wizard to osv_memory.
bzr revid: uco@tinyerp.com-20110829121522-o0ro0st0f1fgkmfy
2011-08-29 17:45:22 +05:30
Quentin (OpenERP) 004acc001b [ADD] account_asset: added wizard_asset_compute_view.xml (forgotten few commits ago)
bzr revid: qdp-launchpad@openerp.com-20110710015715-3j891r9vw4oi14kl
2011-07-10 03:57:15 +02:00
Quentin (OpenERP) e45f9ebc55 [FIX] account_asset: change duration wizard
bzr revid: qdp-launchpad@openerp.com-20110710005357-6rfi7xwvngcepwaw
2011-07-10 02:53:57 +02:00
Quentin (OpenERP) 1bfecd11d7 [IMP] account_asset: asset compute wizard upgrading to osv memory + fixing in the same wizard
bzr revid: qdp-launchpad@openerp.com-20110710004535-fg9r6zv0twq4c1q3
2011-07-10 02:45:35 +02:00
Quentin (OpenERP) 0c8ee36516 [IMP] account_asset: code cleaning
bzr revid: qdp-launchpad@openerp.com-20110709234539-syx25bgd60bdqbh1
2011-07-10 01:45:39 +02:00
Quentin (OpenERP) 3864c9acf4 [IMP] account_asset: usability changes for asset history
bzr revid: qdp-launchpad@openerp.com-20110701084233-rcmwin10fh5oq72g
2011-07-01 10:42:33 +02:00
Quentin (OpenERP) 7579dbbf24 [FIX] account_asset: change duration wizard. Fixed context using and historization of duration change
bzr revid: qdp-launchpad@openerp.com-20110701080512-211krjr6tjbtw28x
2011-07-01 10:05:12 +02:00
Ujjvala Collins (OpenERP) a5b04d3de0 [ADD] account_asset: Added fields_view_get method for setting the fields invisible based on Time method of asset.
bzr revid: uco@tinyerp.com-20110627122239-byt91wu5b1akzzgq
2011-06-27 17:52:39 +05:30
Ujjvala Collins (OpenERP) 89d9c9407d [FIX] account_asset: Changed order by id for history changes. Improved indentations. Changed field types.
bzr revid: uco@tinyerp.com-20110627105105-33w6pup1elslw542
2011-06-27 16:21:05 +05:30
Ujjvala Collins (OpenERP) 0c4460a25f [REF] account_asset: Corrected usability and indentation. Improvement: Latest history should come first in the list.
bzr revid: uco@tinyerp.com-20110627085142-5amjoke1d3jtkdz3
2011-06-27 14:21:42 +05:30
Ujjvala Collins (OpenERP) a3fc4b62b3 [IMP] account_asset: Added docstrings for methods and improved indentation.
bzr revid: uco@tinyerp.com-20110624130821-9spobpiq2sp31cfy
2011-06-24 18:38:21 +05:30
Ujjvala Collins (OpenERP) d62d538ace [IMP] account_asset: Improved+Fixed change duration wizard.
bzr revid: uco@tinyerp.com-20110624130131-cwcnk09qy8bes4li
2011-06-24 18:31:31 +05:30
OpenERP 95f9e24c7a [ADD] added account_asset
bzr revid: openerp@ubuntu-20110330132527-evi4ug7cew3od7x3
2011-03-30 06:25:27 -07:00
ced 968a2cb4eb Move less used modules to extra_addons repo
bzr revid: ced-67ee0e1f0bad58fd390763b2b5a6c7d233c48223
2007-08-10 07:50:08 +00:00
Fabien Pinckaers e9f3f92a8c New modules:
Account simulation
		You can create as many simulation level as needed
		You can check journals as simulation journals or real journals
		You can use and print report
		Very usefull for IFRS, multiple manner to asset some entries
	Asset management module
		Multiple ventilations for an asset
		Link with the accounting
	L10N_CH
		Removed ZIP code by default
	Account cleaned
		Use a function for a domain on computed fields and visibility

bzr revid: fp@tinyerp.com-e382e83f36b19555b678c670d62fad7a2eef1416
2007-05-25 06:52:02 +00:00