Commit Graph

35 Commits

Author SHA1 Message Date
Denis Ledoux 8e83dbff5d [MERGE] Forward-port of 7.0 bugfixes up to 7d3453d119 2014-06-24 12:27:09 +02:00
Martin Trigaux d0b3e3b8c6 [IMP] module: when uninstalling a module, do not redirect to a useless screen 2014-06-23 13:09:36 +02:00
Christophe Simonis 75884c3e1a [MERGE] forward port of branch 7.0 up to 7e85786 2014-06-22 13:44:30 +02:00
Ruchir Shukla 86c2426555 [IMP] module: warning when uninstalling modules
When a module is uninstalled, this will also uninstall modules depending of it. To avoid unexpected loss of data, this patch list the modules that will get impacted during the installation.
This also affects the configuration pages with on change warnings.
2014-06-20 17:36:26 +02:00
Christophe Matthieu de9777bf56 [IMP] Improve typos in warning (Grammar mistake, Capitalize title, Typos)
bzr revid: chm@openerp.com-20130607090251-2ym7dx73jdigq93w
2013-06-07 11:02:51 +02:00
ggh-openerp dd7614e716 [IMP] Remove space before Exclamation marks [!] in Warning
bzr revid: ggh@tinyerp.com-20130429072938-knas9ymmny5o2z0v
2013-04-29 12:59:38 +05:30
Vo Minh Thu 1e7e2ca753 [REF] no longer use openerp.pooler.
Either use openerp.modules.registry.RegistryManager when the full
new() signature is needed, or use openerp.registry().

Replaced also some pool.get() with pool[] because KeyErrors
are better than AttributeErrors on None.

bzr revid: vmt@openerp.com-20130327111014-2i0hlvpy5y5ku7hm
2013-03-27 12:10:14 +01:00
Fabien Pinckaers 38a788897f [MERGE] remove widgets
bzr revid: fp@tinyerp.com-20121102093110-oforyy904v72hd6g
2012-11-02 10:31:10 +01:00
Bharat Devnani (OpenERP) 7f535ee6f4 [IMP] highlighted Start Configuration button and improved typo
bzr revid: bde@tinyerp.com-20121025110415-njuj76rx73i304cy
2012-10-25 16:34:15 +05:30
Pinakin Nayi (OpenERP) 2a93fb46b2 [IMP]sequence of seperator put it before footer
bzr revid: pna@tinyerp.com-20121022071132-0mnigxlvn5yrbxmx
2012-10-22 12:41:32 +05:30
Pinakin Nayi (OpenERP) 60c38e629a [IMP]setting remove icon and change label
bzr revid: pna@tinyerp.com-20121022054024-1v178zn4vtk65pm6
2012-10-22 11:10:24 +05:30
Olivier Dony d2f3bbf4bc [REV] Undo header template extraction
bzr revid: odo@openerp.com-20121003161641-9zodo9ks2bqjjjfd
2012-10-03 18:16:41 +02:00
Xavier Morel 5d64088c8c [IMP] use generic header template in form views
also small reindent in view with fucked-up indentation

bzr revid: xmo@openerp.com-20121002142721-u9hlw4ob04wahu50
2012-10-02 16:27:21 +02:00
Sanjay Gohel (Open ERP) eaa1a132c3 [IMP]correct speling mistake and improve view button moved at top left
bzr revid: sgo@tinyerp.com-20120702112918-hut10rfvi1geu7ax
2012-07-02 16:59:18 +05:30
DBR (OpenERP) 3ca22fe02b [Merge]with :lp:openobject-server
bzr revid: dbr@tinyerp.com-20120629061344-jpncsl5q2p9kk1td
bzr revid: dbr@tinyerp.com-20120702101037-ffm5ac0ct3xudyjm
2012-07-02 15:40:37 +05:30
Raphael Collet d0002645b0 [IMP] base_module_upgrade: improve generated form view in code
bzr revid: rco@openerp.com-20120629101538-spel6ybr9j33604d
2012-06-29 12:15:38 +02:00
Raphael Collet 2e07e95f4a [IMP] base module: improve form views (mostly wizard buttons)
bzr revid: rco@openerp.com-20120628134438-cradi38peku5mai1
2012-06-28 15:44:38 +02:00
DBR (OpenERP) 7d521074d6 [IMP]base: View IMp
bzr revid: dbr@tinyerp.com-20120628123936-rwdkmdds22yke8vh
2012-06-28 18:09:36 +05:30
Jigar Amin - OpenERP 0a797c6ffd [IMP] Added the missing cancel in install wozard
bzr revid: jam@tinyerp.com-20120628100555-42rbew2arpfk7j2s
2012-06-28 15:35:55 +05:30
Twinkle (OpenERP) 774d486727 [IMP]Apply css class flow on wizards
bzr revid: tch@tinyerp.com-20120626063225-o721r3aikxrtx14o
2012-06-26 12:02:25 +05:30
Twinkle (OpenERP) 543b51d9fe [IMP]Improve wizards in server side
bzr revid: tch@tinyerp.com-20120625102636-d9091fso3j9by7lu
2012-06-25 15:56:36 +05:30
Twinkle (OpenERP) 551669c019 [IMP]Added highlight button flow for server side wizards
bzr revid: tch@tinyerp.com-20120620121108-cyeiwtzwewebmdbx
2012-06-20 17:41:08 +05:30
Turkesh Patel (Open ERP) 8b3c05a373 [IMP] remove cancel button from wizard and improved view.
bzr revid: tpa@tinyerp.com-20120619092606-5w7p50l7vnn3sv0w
2012-06-19 14:56:06 +05:30
Fabien Pinckaers 56288e88dc [IMP] removing select=? and adding version=7
bzr revid: fp@tinyerp.com-20120609124045-sbopsbiiffcnjzfv
2012-06-09 14:40:45 +02:00
Vo Minh Thu d2252dba05 [IMP] rng validation: remove call to rng validation, replace it with calls to fields_view_get.
bzr revid: vmt@openerp.com-20120604160124-uz4q4aim6sl9wckm
2012-06-04 18:01:24 +02:00
Divyesh Makwana (Open ERP) d4bee972f3 [IMP] module : Improved the typos.
bzr revid: mdi@tinyerp.com-20120423110130-rmz443kmbgktpbvc
2012-04-23 16:31:30 +05:30
Olivier Dony 58605daded [IMP] b.m.u: make dependency check faster before upgrade, cleanup
We need to be careful with naming dummy variables
"_" because that can conflict within the local
scope with the translation method _() if it is
used in the same method!

bzr revid: odo@openerp.com-20120330222023-3xzazf735k50f5xc
2012-03-31 00:20:23 +02:00
Olivier Dony eb9b0021ff [IMP] Move uninstall behavior in modules.loading where it belongs
bzr revid: odo@openerp.com-20120330163422-jkatnkpw0cl8hd8t
2012-03-30 18:34:22 +02:00
Olivier Dony 296cf59472 [IMP] b.m.u: cleanup
bzr revid: odo@openerp.com-20120326231844-yjo2bft60g9sk3lt
2012-03-27 01:18:44 +02:00
Atul Patel (OpenERP) 258722cc1c [MERGE]: Merge with lp:openobject-server
bzr revid: atp@tinyerp.com-20120316042909-gb2e5cmrilyyhsef
bzr revid: atp@tinyerp.com-20120320050251-bgk9xhsfmb1fws1p
2012-03-20 10:32:51 +05:30
Atul Patel (OpenERP) 180a23c7cc [FIX]: uninstall module.
Remove foreign key references.
Remove sql constraint .
Remove workflow activity and transition based on deleted cascade.
Drop ir model fields columns and drop table.

bzr revid: atp@tinyerp.com-20120309124753-c4yzeoij5p2fmhgg
2012-03-09 18:17:53 +05:30
Atul Patel (OpenERP) 3465869df7 [FIX]: Remove workflow activity and drop constraint during uninstalling module.
bzr revid: atp@tinyerp.com-20120229135343-g0v04jb5nc723w9q
2012-02-29 19:23:43 +05:30
Xavier Morel 8c2922a537 [FIX] base.module.upgrade: fix fields_view_get overload
lp bug: https://launchpad.net/bugs/928280 fixed

bzr revid: xmo@openerp.com-20120217091554-x1d0qvcvmj8z2oju
2012-02-17 10:15:54 +01:00
Numerigraphe - Lionel Sausin a2f4f2669b [IMP] Added missing vim mode lines
lp bug: https://launchpad.net/bugs/524279 fixed

bzr revid: ls@numerigraphe.fr-20111122085848-1atcrcw8e64altcp
2011-11-22 09:58:48 +01:00
Vo Minh Thu f8572e5c60 [IMP] openerp python module.
- Some logging code moved from netsvc.py to loglevels.py
- Changed imports to use the new openerp module
- config and netsvc initialization calls move to openerp-server.py
- Moved openerp-server.py outside the old bin directory
- Some imports in tools moved inside the methods to break mutual-dependencies

bzr revid: vmt@openerp.com-20110207125723-ooee7d7ng5elmkso
2011-02-07 13:57:23 +01:00