Commit Graph

2404 Commits

Author SHA1 Message Date
Christophe Simonis d2ff95f665 replace tabs with 4 spaces
bzr revid: christophe@tinyerp.com-20080722151128-f5zy75tsn8pgtndd
2008-07-22 17:11:28 +02:00
Christophe Simonis 2dd9723b8b convert tabs to 4 spaces
bzr revid: christophe@tinyerp.com-20080722142436-143iu4ryy47w3av0
2008-07-22 16:24:36 +02:00
Christophe Simonis c5c7c2ef07 merge
bzr revid: christophe@tinyerp.com-20080722075357-z9pfuk3qrwph8pbw
2008-07-22 09:53:57 +02:00
Christophe Simonis bdc48f12a8 i18n: export from commandline: sort modules names
bzr revid: christophe@tinyerp.com-20080722075208-wcs96srjho25vi8n
2008-07-22 09:52:08 +02:00
Christophe Simonis 63ceebdf36 i18n: allow export into a po file from command line
bzr revid: christophe@tinyerp.com-20080722073843-16r67df83yz8z0tb
2008-07-22 09:38:43 +02:00
mga@tinyerp.com 4b10e8cea5 modified file to support all character sets
bzr revid: mga@tinyerp.com-20080719062237-7liy9fobdhveeaom
2008-07-19 11:52:37 +05:30
Christophe Simonis 2ccf0092a7 * the translations are graphically exportable by module
* allow importation of po files

bzr revid: christophe@tinyerp.com-20080718131350-tftqhvwyyaz8r1q9
2008-07-18 15:13:50 +02:00
qdp 66423c25e3 *bugfix: removed unecessary sql query that lead to the impossibility to create new databases
bzr revid: qdp@tinyerp.com-20080718083642-ie7bq3u0j38q32tp
2008-07-18 10:36:42 +02:00
qdp 3d1bd9fe35 *removed print statement
bzr revid: qdp@tinyerp.com-20080717130546-k3yj9czzj9y1f1rt
2008-07-17 15:05:46 +02:00
qdp 7cc947cb02 *clear print statement
bzr revid: qdp@tinyerp.com-20080717130342-4cls8vz1yj2o3j93
2008-07-17 15:03:42 +02:00
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
qdp 02e854c2cd *reverted revision 1456: type of account is a fields.selection on account_account as previously
bzr revid: qdp@tinyerp.com-20080717102359-gzw7t86hwopauzi5
2008-07-17 12:23:59 +02:00
Christophe Simonis 270b2c5329 translation: allow export in .po format
bzr revid: christophe@tinyerp.com-20080717102236-iyx46ut1s3a9roos
2008-07-17 12:22:36 +02:00
qdp 581ae0530d *removed revison number 1457
*applied revision after 1457

	1459. By  Fabien Pinckaers:  Better Expense View
	1458. By  Fabien Pinckaers:   Better BoM view

bzr revid: qdp@tinyerp.com-20080717100607-vfmwnlkd530419rz
2008-07-17 12:06:07 +02:00
Amit Mendapara a07e811cbd Imrpoved addons path support
- Imrpoved tools.file_open to override search path
	- Removed addons.get_report_resource
	- Code cleanup and minor changes

bzr revid: ame@tinyerp.com-20080717095516-191aflvin9ztd45z
2008-07-17 15:25:16 +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
Amit Mendapara d225134d27 Improved custom addons path support
- fixed report_swx issue

bzr revid: ame@tinyerp.com-20080717044451-0p8xv9fkeqjqcjru
2008-07-17 10:14:51 +05:30
Fabien Pinckaers fe7176aca3 Speed Improvement (removed inherit checks)
bzr revid: fp@tinyerp.com-20080716200951-lbzcbx5x2p7ibgzs
2008-07-16 22:09:51 +02:00
Fabien Pinckaers 694f88319c Speed Improvement on Every Operation:
Removed Inherit Stuff

bzr revid: fp@tinyerp.com-20080716200532-iec6d4jfelwhi5rt
2008-07-16 22:05:32 +02:00
Amit Mendapara d90ead399a Improved addons path support
- fixed `xsl:import` search problem (print report)

bzr revid: ame@tinyerp.com-20080716144301-x5ajq907yj2qogle
2008-07-16 20:13:01 +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
Amit Mendapara 0b5bfd8020 Imrpoved addons path support
- added `get_report_resource` method in addons package
	- properly locate report resources

bzr revid: ame@tinyerp.com-20080716133851-fy2be2nqpi3wdbzt
2008-07-16 19:08:51 +05:30
qdp 778378d574 *added one description line in the terp file of base_iban
bzr revid: qdp@tinyerp.com-20080716130122-ptzk2nezzal7dxel
2008-07-16 15:01:22 +02:00
Amit Mendapara 6c1e9c0627 Improved custom addons path support
- get_module_path checks for zip files
	- fixed zipped module problem

bzr revid: ame@tinyerp.com-20080716090715-pbuby8xpuwoam7h1
2008-07-16 14:37:15 +05:30
Amit Mendapara 92f942b031 Custom addons path
- get_module_resource
	- get_modules (list of modules)
	- fixed `init_db`

bzr revid: ame@tinyerp.com-20080716064350-jwvgjvz95ogpsrxl
2008-07-16 12:13:50 +05:30
Amit Mendapara c2be65caec Improved custom addons path
- now accepts relative path
	- `get_module_path` method to get correct path of a module

bzr revid: ame@tinyerp.com-20080716054555-rt5dvw0qo118jonz
2008-07-16 11:15:55 +05:30
Christophe Simonis d309f8fee5 allow the translation of the constraints
bzr revid: christophe@tinyerp.com-20080715134226-c6ncgg2xrwnbce5c
2008-07-15 15:42:26 +02:00
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
qdp 7641121ba9 *modified behavior of global rules: they are now at the same level than other rules (OR between the global rules and others)
bzr revid: qdp@tinyerp.com-20080715111504-irlodwg3pzaqnqjy
2008-07-15 13:15:04 +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
Amit Mendapara ea2cc2d98e Improved module listing.
bzr revid: ame@tinyerp.com-20080715091615-68zrnc9gva92cybg
2008-07-15 14:46:15 +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
Christophe Simonis 4e80903f94 now _() works !
but bzr...

bzr revid: christophe@tinyerp.com-20080715084023-tzhwid7be6r8067u
2008-07-15 10:40:23 +02:00
Amit Mendapara f469837563 Custom addons path now overrides default addons path.
- `root_path`/addons is default
	- `addons_path` overrides default path (will get precedence over default path)
	- added `--addons-path` command line option

bzr revid: ame@tinyerp.com-20080715081040-fqmfvx7jxl6d5hn3
2008-07-15 13:40:40 +05:30
qdp fc2aed4b88 *added one description line in the terp file of base_iban
bzr revid: qdp@tinyerp.com-20080715074322-2hav04e8lgjo1ju9
2008-07-15 09:43:22 +02:00
Fabien Pinckaers 8d7e8075b1 Printable Processus
bzr revid: fp@tinyerp.com-20080714225142-3ex87r2dznvpuk3n
2008-07-15 00:51:42 +02:00
Fabien Pinckaers 4871e75aec Printable processus
bzr revid: fp@tinyerp.com-20080714224740-7yvfzguf5jwucnw3
2008-07-15 00:47:40 +02:00
Fabien Pinckaers b99c3e808f Better Layout for Processus
bzr revid: fp@tinyerp.com-20080714211932-zgwa7iv6ukzbvr7k
2008-07-14 23:19:32 +02:00
Fabien Pinckaers 0929bc31f2 Improvement in timesheet summary report
bzr revid: fp@tinyerp.com-20080714171900-dai682wte08bkgaj
2008-07-14 19:19:00 +02:00
Fabien Pinckaers 1dc34ca34d Changd Typos
bzr revid: fp@tinyerp.com-20080714171422-jg2tagh2sbraeysu
2008-07-14 19:14:22 +02:00
Fabien Pinckaers 573a920d8a Add tooltip
bzr revid: fp@tinyerp.com-20080714171230-z7wpex6139fa2p75
2008-07-14 19:12:30 +02:00
Fabien Pinckaers 50af83dac6 Added a processus module
bzr revid: fp@tinyerp.com-20080714170130-prxnz5qp1c4if445
2008-07-14 19:01:30 +02:00
mga@tinyerp.com 339cd70703 change label for address field
from `Address` to `Email Address`

bzr revid: mga@tinyerp.com-20080714121324-mavrgzzzwu6dbv3u
2008-07-14 17:43:24 +05:30
mga@tinyerp.com cc2f6d7fa5 Add new view for the ServerAction
also add in to the menu - under Actions

bzr revid: mga@tinyerp.com-20080714121055-y4ybwt8302e33yq6
2008-07-14 17:40:55 +05:30
Stephane Wirtel 8545079591 bugfix with the current path of import_xml.rng,
bzr revid: stephane@tinyerp.com-20080714105052-xcua0fpi7or0i2z7
2008-07-14 12:50:52 +02:00
Mustufa Rangwala fef58f4cc0 modify
bzr revid: mra@tinyerp.com-20080714102124-iu1an1n0vtpvhbey
2008-07-14 15:51:24 +05:30