* Removed type on ir.model
[odoo/odoo.git] / bin /
2008-08-26 Jean-Baptiste Aubort* Removed type on ir.model
2008-08-22 Jean-Baptiste Aubortmerge trunk #1015
2008-08-22 Jean-Baptiste Aubort* Demo user is now in group_employee
2008-08-22 Jean-Baptiste Aubort* default ir.model type is 'addons'
2008-08-22 Jay Vorabugfix in orm_memory read method
2008-08-22 Christophe Simonisno more <property /> tags
2008-08-22 Christophe Simonisexport lang as po file: bugfix: msgid must be unique
2008-08-21 Fabien PinckaersRenamed Model to Object
2008-08-21 Jean-Baptiste Aubort* Normalize and debug rights
2008-08-20 Christophe Simonismerge the 'remove group_name' from mga
2008-08-20 Christophe Simonisremove unused (and duplicate) method
2008-08-20 mga@tinyerp.comBug-Fix
2008-08-20 mga@tinyerp.com* add comment to the netsvc
2008-08-20 mga@tinyerp.com* add colum which is used in the orm `group_name`
2008-08-20 Fabien PinckaersBug lp:259807:
2008-08-20 Fabien PinckaersSimplified Partial Import
2008-08-20 Fabien PinckaersBugfixed Partial Import
2008-08-20 Christophe Simonismerge
2008-08-20 Christophe Simonismodules:
2008-08-20 mga@tinyerp.comMake the same changes in to the email_send like email_s...
2008-08-20 mga@tinyerp.com* Add evaluation to get the email/sms addres from the...
2008-08-20 mga@tinyerp.combug fix for the server action
2008-08-20 mga@tinyerp.com* bug for the searching in name_search method for the...
2008-08-20 mga@tinyerp.com* change the order first load models then load actions
2008-08-20 Christophe Simonisadd rpc method to get the version of the server
2008-08-19 Fabien PinckaersBugfixes in Expression
2008-08-19 Fabien PinckaersRemove print statement
2008-08-19 Fabien PinckaersFix From C2C:
2008-08-19 Fabien PinckaersRemoved print statement
2008-08-19 Fabien PinckaersBugfix ORM _inherits
2008-08-19 Fabien PinckaersProperties:
2008-08-19 Fabien PinckaersFixed Typo
2008-08-19 Fabien PinckaersSmall Bugfix
2008-08-19 Fabien PinckaersImproved Partial Commit
2008-08-19 Fabien PinckaersPartial Commit
2008-08-19 Christophe Simonismerge
2008-08-19 Christophe Simonis* allow export of translation po files into a tgz archive.
2008-08-19 Fabien PinckaersSupport for Partial Commit
2008-08-19 Harshad Modifixed bugs on installing module:\n *raising an error...
2008-08-19 Fabien PinckaersBugfix
2008-08-19 hda@tinyerp.combugfix for fields and groups
2008-08-19 qdp*modified -C option to make partial import
2008-08-19 mga@tinyerp.com* change view for the server action
2008-08-19 Harshad ModiInactived following currency in base_data.xml file...
2008-08-19 hda@tinyerp.comimprove view.rng for groups
2008-08-19 Jean-Baptiste AubortTweaks on base security
2008-08-19 qdp*added a boolean field on res.partner: vat_subject
2008-08-19 hda@tinyerp.comimprove rng
2008-08-18 Fabien PinckaersVery small speed improvement at db creation
2008-08-18 Fabien PinckaersCheck for globals in socket
2008-08-18 Fabien PinckaersSmall bugfixes: ondelete=cascade
2008-08-18 Fabien PinckaersAdding a clause to not read inherit views in fields_vie...
2008-08-18 Fabien PinckaersSpeed Improvement
2008-08-18 Fabien PinckaersImproved menu name for requests
2008-08-18 hda@tinyerp.comadd editable attribute in field
2008-08-18 Christophe Simonisexpression: bugfix with many2many fields
2008-08-18 Christophe Simonisbugfix with internal leafs of expressions
2008-08-18 Fabien PinckaersBugfix in Expression
2008-08-18 Christophe Simonisreverse_enumerate is prettier
2008-08-18 Christophe Simonisfix expression: inselect is only usable internally
2008-08-17 Fabien PinckaersRemoved Print Statement
2008-08-17 Fabien PinckaersSpeed Improvement:
2008-08-16 Fabien PinckaersBugfixes
2008-08-15 Stephane Wirtelmerge
2008-08-14 Fabien PinckaersSpeed Improvement:
2008-08-14 Stephane Wirtelbugfix with the working table in an expression
2008-08-14 Stephane Wirteladd view.rng from hda@tinyerp.com - Husen Daudi
2008-08-14 Christophe Simonismerge
2008-08-14 Christophe Simonisbugfix: change variable usage
2008-08-14 hda@tinyerp.comadded rng grammer for xml validation on views
2008-08-14 Christophe Simonismerge
2008-08-14 Jay VoraMinor change:Covered Root account adding possibility...
2008-08-14 Christophe Simonismodify the expression parser to use a (more) real polis...
2008-08-14 Christophe Simonismerge
2008-08-14 Christophe Simonisadd reverse_enumerate method
2008-08-14 mga@tinyerp.comsmall change in other Actions in Server Action
2008-08-14 mga@tinyerp.com* Change View for the Server Action
2008-08-13 Christophe Simonisfix merge error
2008-08-13 Fabien PinckaersSpeed Improvement in recursive functions and trees:
2008-08-13 Christophe Simonisosv.py come back
2008-08-13 Jay VoraBugfix:expression.py:Added condition for a list with...
2008-08-12 Olivier Laurentremoved wrong encoding line
2008-08-12 Olivier Laurentpep8
2008-08-12 Jean-Baptiste Aubortmerge with #956 trunk
2008-08-12 Jean-Baptiste Aubort* Mistakenly added board addon, so it is removed here
2008-08-12 Jean-Baptiste Aubort* Better views for: acces, menus, roles and rules
2008-08-12 Olivier LaurentBugfix: a dot was missing: self__operator -> self.__ope...
2008-08-12 hda@tinyerp.combugfix for report calling from wizard
2008-08-11 mga@tinyerp.comchange partner view put the properties in the
2008-08-11 hda@tinyerp.comset report name as pdf name in reports (ref: bhoomika...
2008-08-08 Dhara Shahchange in report_sxw.py
2008-08-07 Jay VoraBugfix:Solved the problem of expression conversion...
2008-08-07 mga@tinyerp.comApply patch which is iven by the Amit for the view...
2008-08-06 Fabian SemalBubfix for dates
2008-08-06 mga@tinyerp.combug fixing for the board view
2008-08-06 mga@tinyerp.comdo changes for the dashboard custom view for the user
2008-08-06 Amit MendaparaSuport for `!=` operation for domain expression.
2008-08-05 Christophe Simonisduring addons initialisation, warn user if the objects...
2008-08-05 Christophe Simonismerge
2008-08-05 Christophe Simonismove, rename and refactor use of ID_MAX
next