Re: [tryton-dev] Remove NetRPC

2011-08-16 Thread Raimon Esteve
? a speed connections! XMLRPC is standard but slow. For example, show accounts, etc [1] https://github.com/zikzakmedia/ooop -- Raimon Esteve // OpenERP Partners // Zoook. OpenERP e-sale // AulaERP, formación online www.zikzakmedia.com -- tryton-dev@googlegroups.com mailing list

Re: [tryton-dev] Remove NetRPC

2011-08-17 Thread Raimon Esteve
than Pyro, +1 Json -- Raimon Esteve // OpenERP Partners // Zoook. OpenERP e-sale // AulaERP, formación online www.zikzakmedia.com -- tryton-dev@googlegroups.com mailing list

Re: [tryton-dev] [trytond]: replace .csv file by .po file for translations (issue125002)

2011-09-28 Thread Raimon Esteve
+1 for soon as possible - before release Exist cs2po and po2csv commands to working csv and po. It's easy to use, but we need tryton csv: * Csv files, delete columns: type, name. Only columns in csv source, target * csv2po file.csv file.po This feedback we take last week is because translator

Re: [tryton-dev] [trytond]: replace .csv file by .po file for translations (issue125002)

2011-09-29 Thread Raimon Esteve
I propose to get one directory locale/ to store all the po files. +1. More clean structure module files. -- tryton-dev@googlegroups.com mailing list

Re: [tryton-dev] GTK Client 2.1 - New Icon tools

2011-10-23 Thread Raimon Esteve
2011/10/23 Cédric Krier cedric.kr...@b2ck.com: So what do you propose as alternative? Same as 2.0 = selection options with arrow down. The problem usuability users isn't place It will be a selection tool, I think users understand there are more options available. If is icon only (2.1), they

Re: [tryton-dev] GTK Client 2.1 - New Icon tools

2011-10-23 Thread Raimon Esteve
2011/10/23 Cédric Krier cedric.kr...@b2ck.com: I think you don't understand Only I said, this graphic solution, it isn't usuable/understand where are this tools (we tested not technical users). I share you to test with human users: friends, family, secretary, accounts . Only change another

[tryton-dev] Group/reorganization currency and country modules

2011-11-06 Thread Raimon Esteve
Hello, there are some modules not depend party and add new features that we don't need to management everyday. For example, currency and country. This modules add news menus at diferent positions: Module Currency: Root/Currency Module Country: Root/Administration/Countries This two modules

Re: [tryton-dev] XML-RPC, JSON-RPC

2011-11-30 Thread Raimon Esteve
2011/11/30 felipon felipealvar...@gmail.com: are XML-RPC, JSON-RPC supportted by tryton-client? how do i setup theses things ? trytond.conf you can configure xml-rpc or Json if available and ports. Check proteus if you like python commands. -- tryton-dev@googlegroups.com mailing list

[tryton-dev] How to translate Tryton client

2012-04-15 Thread Raimon Esteve
http://code.google.com/p/tryton/wiki/HowtoTranslate#How_to_translate_Tryton_client options extract_messages and update_catalog NOT available in 2.3. Can somebody check this documentation how to translate client? thanks! -- tryton-dev@googlegroups.com mailing list

Re: [tryton-dev] Howto Proteus config_file

2012-06-11 Thread Raimon Esteve
Hello, How could I connect to an external trytond server with proteus? server A - python script using proteus server B - trytond / tryton server set_trytond method in config.py (1) doesn't have port and server parameters. http://hg.tryton.org/proteus/file/04dbba05d439/proteus/config.py#l228

Re: [tryton-dev] Howto Proteus config_file

2012-06-11 Thread Raimon Esteve
2012/6/11 Cédric Krier cedric.kr...@b2ck.com You must use set_xmlrpc Thanks. It's ok conf = config.set_xmlrpc('http://admin:admin@localhost:8069/try_demo24') Party = Model.get('party.party') for party in Party.find(['name','=','zz']): ... print party.name ... zz -- Si us plau, NO

Re: [tryton-dev] Howto view ID in GTK client?

2012-06-26 Thread Raimon Esteve
2012/6/26 Cédric Krier cedric.kr...@b2ck.com It's for us (developers - internal functionality), not users. So it should not be exposed. I don't tell you add this functionality in next versions tryton gtk client. Can you help me file add options in bottom GTK client? I don't know. --

[tryton-dev] company: The result in Company form view is duplicated VAT fields. (issue418001)

2012-07-05 Thread Raimon Esteve
Reviewers: , Please review this at http://codereview.tryton.org/418001/ Affected files: M company.xml Index: company.xml === --- a/company.xml +++ b/company.xml @@ -20,10 +20,6 @@ position=after

[tryton-dev] tests tools: AssertionError: Missing depends ['shops'] in res.user.shop

2012-07-05 Thread Raimon Esteve
Hello I'm not sure if the definition in model fields is wrong or tests tool doesn't support this domain. == model == shops = fields.Many2Many('sale.shop-res.user', 'user', 'shop', 'Shops') shop = fields.Many2One('sale.shop', 'Shop', domain=[('id', 'in', Eval('shops', []))]

Re: [tryton-dev] tests tools: AssertionError: Missing depends ['shops'] in res.user.shop

2012-07-05 Thread Raimon Esteve
2012/7/5 Bertrand Chenal bertrand.che...@b2ck.com: You must add depends=['shops'] on the shop field definition. This will tell the server to automatically send shops values to the client even if it does not appear in the view. Like that the client is able to eval the domain correctly. Ok. I'm

[tryton-dev] Re: company: The result in Company form view is duplicated VAT fields. (issue418001)

2012-07-06 Thread Raimon Esteve
El 05/07/2012 23:41, bertrand.che...@b2ck.com An alternative is to create a small module party_vat. I like vat field position into account page, not in a top fields. My opinion move new module, it's ok. This module, party_vat need to depends party module. I like more vat field into account

[tryton-dev] Report available by group

2012-07-17 Thread Raimon Esteve
Hello, Is it available in XML report definition about group option? I try some reports only available group users. For example: record model=ir.action.report id=report_shipment_out_test field name=nameGroup Test/field . field

[tryton-dev] Re: Report available by group

2012-07-18 Thread Raimon Esteve
2012/7/17 Raimon Esteve raimonest...@gmail.com: Is it available in XML report definition about group option? I try some reports only available group users. well, I try it and don't get good news. In GTK you can edit this report and add group users report. Fantastic! In XML, I get some

Re: [tryton-dev] upgrade trytond 2.0 to tryton2.4

2012-07-24 Thread Raimon Esteve
2012/7/24 zodman zod...@gmail.com it send me error on workflow module not found. What error log? what module? In 2.4 changed workflow API. If this module don't migrate workflow code to 2.4, you need to review this code. Raimon -- tryton-dev@googlegroups.com mailing list

Re: [tryton-dev] upgrade trytond 2.0 to tryton2.4

2012-07-24 Thread Raimon Esteve
://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton - OpenERP :: Technical and consultor ERP // OpenERP e-sale / Magento OpenERP // AulaERP, formació online www.aulaerp.com www.zikzakmedia.com -- tryton-dev@googlegroups.com mailing list

Re: [tryton-dev] upgrade trytond 2.0 to tryton2.4

2012-07-24 Thread Raimon Esteve
there is the answer in your grep: CHANGELOG:* Remove workflow module trytond/modules/__init__.py:# Migration from 2.2: workflow module removed -- tryton-dev@googlegroups.com mailing list

[tryton-dev] hgreview and hgnested - Mercurial 2.3

2012-09-04 Thread Raimon Esteve
Hello, I upload hg 2.3 in my workstation (upgrade system) and hgreview and hgnested don't work because class name from this mercurial version was rename. ==hgnested== we talk about this section: http://code.google.com/p/hgnested/issues/detail?id=19 You have a review code at:

[tryton-dev] Cron users (active = false) and access rules

2012-09-04 Thread Raimon Esteve
://es.wikipedia.org/wiki/Netiquette Please, DO NOT send attachment files with your answers, just copy and paste only the text you need to send into the body of your mails. Repply using NetEtiquete. http://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton - OpenERP :: Technical and consultor ERP // OpenERP e

Re: [tryton-dev] Cron users (active = false) and access rules

2012-09-04 Thread Raimon Esteve
files with your answers, just copy and paste only the text you need to send into the body of your mails. Repply using NetEtiquete. http://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton - OpenERP :: Technical and consultor ERP // OpenERP e-sale / Magento OpenERP // AulaERP, formació online

Re: [tryton-dev] Cron users (active = false) and access rules

2012-09-05 Thread Raimon Esteve
/Netiquette Please, DO NOT send attachment files with your answers, just copy and paste only the text you need to send into the body of your mails. Repply using NetEtiquete. http://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton - OpenERP :: Technical and consultor ERP // OpenERP e-sale

[tryton-dev] how to translate str in trytond: _('str')

2012-09-06 Thread Raimon Esteve
Hello, Are available translate str in trytond? (same as tryton client) For example: str = _('It is a example') print srt Es un ejemplo Are available _('str') in tryton server? note: It isn't error messages o user alerts. thanks, -- Si us plau, NO adjunti arxius a les seves respostes. Li

Re: [tryton-dev] trytond: ir.date now method (issue 507002)

2012-09-06 Thread Raimon Esteve
mails. Repply using NetEtiquete. http://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton - OpenERP :: Technical and consultor ERP // OpenERP e-sale / Magento OpenERP // AulaERP, formació online www.aulaerp.com www.zikzakmedia.com -- tryton-dev@googlegroups.com mailing list

Re: [tryton-dev] trytond: ir.date now method (issue 507002)

2012-09-06 Thread Raimon Esteve
files with your answers, just copy and paste only the text you need to send into the body of your mails. Repply using NetEtiquete. http://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton - OpenERP :: Technical and consultor ERP // OpenERP e-sale / Magento OpenERP // AulaERP, formació online

Re: [tryton-dev] trytond: ir.date now method (issue 507002)

2012-09-06 Thread Raimon Esteve
2012/9/6 Cédric Krier cedric.kr...@b2ck.com Indeed, I ask you the opposite question. I need to add in datetime field now datatime. My great surprise found today method. But I don't understand why only are available today and not now method. Don't worry, we can get now time without call

Re: [tryton-dev] how to translate str in trytond: _('str')

2012-09-06 Thread Raimon Esteve
with your answers, just copy and paste only the text you need to send into the body of your mails. Repply using NetEtiquete. http://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton - OpenERP :: Technical and consultor ERP // OpenERP e-sale / Magento OpenERP // AulaERP, formació online

[tryton-dev] How to know ID wizard when execute it?

2012-09-07 Thread Raimon Esteve
Hello, How to know ID wizard when execute it? Example: In top menu client, we have a diferents Wizard actions: - Wizard 1 - Wizard 2 - Wizard 3 - This wizards call same wizard class (in this example, call example). In default method, we need know what ID wizard execute this action. If is

[tryton-dev] Re: How to know ID wizard when execute it?

2012-09-14 Thread Raimon Esteve
I think is impossible know action wizard id. I don't find about relation ir.session.wizard to ir.action.wizard. Only I know Tryton search wizard by name, same name as class. Only one class name for differnts wizards isn't available. Well, we redesign our concept and we was creating a class

[tryton-dev] XML Account OpenERP to Tryton

2012-09-26 Thread Raimon Esteve
://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton - OpenERP :: Technical and consultor ERP // OpenERP e-sale / Magento OpenERP // AulaERP, formació online www.aulaerp.com www.zikzakmedia.com -- tryton-dev@googlegroups.com mailing list

[tryton-dev] Default Values Many2Many fields

2012-09-27 Thread Raimon Esteve
/wiki/Netiquette Raimon Esteve // Tryton - OpenERP :: Technical and consultor ERP // OpenERP e-sale / Magento OpenERP // AulaERP, formació online www.aulaerp.com www.zikzakmedia.com -- tryton-dev@googlegroups.com mailing list

Re: [tryton-dev] Default Values Many2Many fields

2012-09-28 Thread Raimon Esteve
2012/9/27 Cédric Krier cedric.kr...@b2ck.com a little question about framework: how to add default values in Many2Many It is just a list of ids Ok. In party.categories work fine. Thanks. But in product.template model, I can't add default values in supplier_taxes and customer_taxes fields.

Re: [tryton-dev] XML Account OpenERP to Tryton

2012-10-01 Thread Raimon Esteve
conversación.http://es.wikipedia.org/wiki/Netiquette Please, DO NOT send attachment files with your answers, just copy and paste only the text you need to send into the body of your mails. Repply using NetEtiquete. http://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton - OpenERP :: Technical

Re: [tryton-dev] Payment Types

2012-10-11 Thread Raimon Esteve
2011/12/4 Albert Cervera i Areny alb...@nan-tic.com: * account_payment_type: Depends on account_invoice and adds the module account.payment.type which just has a translatable field name. It also adds two properties to parties: customer_payment_type and supplier_payment_type. payment_type field

Re: [tryton-dev] Payment Types

2012-10-14 Thread Raimon Esteve
I think account.payment.type should have no code field. Online payments use code. You can copy same name -- tryton-dev@googlegroups.com mailing list

Re: [tryton-dev] Payment Types

2012-10-14 Thread Raimon Esteve
Do you think notes are needed? If so, do they really need to be translatable? You can add description in a report. Details payment. This field is optional. For example: Cal fer una transferencia bancaria a 12345 Debe hacer una tramsferencia bancaria 12345 -- tryton-dev@googlegroups.com

[tryton-dev] Translations 2.5 - 2.6

2012-10-15 Thread Raimon Esteve
Hello, What date is next release? When we can translate and commit translations? Or we are waiting if change english strings in core? ...? https://code.google.com/p/tryton/wiki/Release_2_6_0 Thanks, -- tryton-dev@googlegroups.com mailing list

Re: [tryton-dev] XML Account OpenERP to Tryton

2012-10-17 Thread Raimon Esteve
2012/10/17 Cédric Krier cedric.kr...@b2ck.com: I don't understand. If there are 2 chart of accounts I don't see any difficulty to make 2 modules. We are humans. Duplicated work, time and files. Is this module expected to be included as a core module in 2.6 release? Depends of the codereview

Re: [tryton-dev] XML Account OpenERP to Tryton

2012-10-17 Thread Raimon Esteve
a seguir la conversación.http://es.wikipedia.org/wiki/Netiquette Please, DO NOT send attachment files with your answers, just copy and paste only the text you need to send into the body of your mails. Repply using NetEtiquete. http://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton

Re: [tryton-dev] XML Account OpenERP to Tryton

2012-10-17 Thread Raimon Esteve
2012/10/17 Nicolas Évrard nicolas.evr...@b2ck.com: If it is just a matter of deactivate those two groups then you should have one chart of account with all accounts (8 9 included). Jordi will anwer you if it's possible -- Si us plau, NO adjunti arxius a les seves respostes. Li preguem que

Re: [tryton-dev] Freeze of repository

2012-10-17 Thread Raimon Esteve
2012/10/17 Cédric Krier cedric.kr...@b2ck.com: The release date is coming, it is time to freeze the repository and work on bugfixing (there are still some critical bugs in roundup), testing and translation. Can we work this weekend, not? Saturday will rain a lot in Catalonia. Good day to

Re: [tryton-dev] XML Account OpenERP to Tryton

2012-10-17 Thread Raimon Esteve
Jordi tolk me (he doesn't have time to reply) and it is more complex. For example, balance change some diferences https://bitbucket.org/zikzakmedia/trytond-account_es/src/297d104cffa6eff03f64cee3f44e1d43b7d09835/balance.xml?at=default

Re: [tryton-dev] XML Account OpenERP to Tryton

2012-10-17 Thread Raimon Esteve
Please, DO NOT send attachment files with your answers, just copy and paste only the text you need to send into the body of your mails. Repply using NetEtiquete. http://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton - OpenERP :: Technical and consultor ERP // OpenERP e-sale / Magento

Re: [tryton-dev] XML Account OpenERP to Tryton

2012-10-18 Thread Raimon Esteve
Hello, If split two modules, account install XML and create account char is more speed (less XML to process). Another reason to split. We are testing separated modules tomorrow. I don't know if this weekend we release this new modules. But more important! This modules we need to maintenance

[tryton-dev] XML search value - Create date a year old

2012-10-18 Thread Raimon Esteve
Hello, I don't know if is a bug or I don't understood well. In XML menus, we can filter by date: record model=ir.action.act_window id=act_sale_form field name=nameSales/field field name=res_modelsale.sale/field field

Re: [tryton-dev] XML search value - Create date a year old

2012-10-18 Thread Raimon Esteve
2012/10/18 Cédric Krier cedric.kr...@b2ck.com: Because delta_years=-1 Glups! Yes. Ok. It's defined in XML menu. Last year sales, invoices, etc -- tryton-dev@googlegroups.com mailing list

Re: [tryton-dev] File tryton.cfg is missing in trytond_account-2.6.0

2012-10-24 Thread Raimon Esteve
2012/10/24 Oscar Alvarez oscar.alvarez.mont...@gmail.com: It seems that the file tryton.cfg is missing in trytond_account-2.6.0 tryton.cfg is available in this module: http://hg.tryton.org/2.6/modules/account/file/aa51fff8e43b where don't exists this file is pypi packages:

Re: [tryton-dev] About naming of external module

2012-10-31 Thread Raimon Esteve
2012/10/30 Cédric Krier cedric.kr...@b2ck.com: [1] http://bugs.tryton.org/issue2862 In this case, user don't read INSTALL file: To use without installation, extract the archive into ``trytond/modules`` with the directory name . without trytond module name. see you --

Re: [tryton-dev] Payment Types

2012-10-31 Thread Raimon Esteve
2012/10/13 Albert Cervera i Areny alb...@nan-tic.com: I think account.payment.type should have no code field. If you think there should be one, search function for rec_name should be changed to take it into account, and in any case it should not be required. Yes, I'm agree. It's not necessary

[tryton-dev] How to a domain menu in XML by user

2012-11-06 Thread Raimon Esteve
Hello, Objective: Only list all records by user (a menu) record model=ir.action.act_window id=act_XXX_form field name=nameXXX/field field name=res_modelXXX/field field name=domain[('state', 'in', ['open','pending']),('user','=',Eval('user'))]/field

Re: [tryton-dev] How to a domain menu in XML by user

2012-11-06 Thread Raimon Esteve
('user', '=', Eval('_user') nice! thanks -- tryton-dev@googlegroups.com mailing list

Re: [tryton-dev] tryton: Remove Goto (issue 595002)

2012-11-08 Thread Raimon Esteve
Why remove go to id? Is there a another way to go a id record? A pluging? -- tryton-dev@googlegroups.com mailing list

Re: [tryton-dev] tryton: Remove Goto (issue 595002)

2012-11-08 Thread Raimon Esteve
2012/11/8 Cédric Krier cedric.kr...@b2ck.com No, but I don't think it is needed (personaly I never used it) When a customer need to report some record and this record isn't a number sequence (not reference), how to find this record? by ID We use a lot this value to find records whitout

Re: [tryton-dev] tryton: Remove Goto (issue 595002)

2012-11-08 Thread Raimon Esteve
On Mail or Phone support, ID helps us to find the correct record, sometimes it's dificult to find records only by references, because products had extra large names and only last 2 chars differs or simply find correct stock move. Or when we search in database using psql. Id is a good

Re: [tryton-dev] About naming of external module

2012-11-14 Thread Raimon Esteve
NetEtiquete que le ayudará a seguir la conversación.http://es.wikipedia.org/wiki/Netiquette Please, DO NOT send attachment files with your answers, just copy and paste only the text you need to send into the body of your mails. Repply using NetEtiquete. http://en.wikipedia.org/wiki/Netiquette Raimon

Re: [tryton-dev] About naming of external module

2012-11-14 Thread Raimon Esteve
Thanks. Very nice -- -- tryton-dev@googlegroups.com mailing list

[tryton-dev] Script NSIS for windows gtk client

2013-01-21 Thread Raimon Esteve
Hello, Are available the script (1) (txt about info) about information to create a exe from source and icon? (I need to create a exe from 2.7 (2) ) (1) http://nsis.sourceforge.net/Docs/Chapter2.html#2.2 (2) http://code.google.com/p/tryton/wiki/BuildingWinInstall -- --

Re: [tryton-dev] Default value for Property field

2013-01-28 Thread Raimon Esteve
2013/1/28 Cédric Krier cedric.kr...@b2ck.com: Also if you start a new development, it is better to not use Property as they will be dropped in the future. We know about the end property fields. But now, how to add configuration fields and this different different in companies? A - Ir

Re: [tryton-dev] Default value for Property field

2013-01-28 Thread Raimon Esteve
you need to send into the body of your mails. Repply using NetEtiquete. http://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton - OpenERP - Django // Doc OpenERP: http://openerp.zikzakmedia.com // Doc Tryton: http://tryton.zikzakmedia.com www.zikzakmedia.com -- -- tryton-dev

Re: [tryton-dev] Default value for Property field

2013-01-28 Thread Raimon Esteve
2013/1/28 Albert Cervera i Areny alb...@nan-tic.com: Say your module is named 'asterisk'. You just need to: we try it! Feedback next test. thanks -- -- tryton-dev@googlegroups.com mailing list --- You received this message because you are subscribed to the Google Groups tryton-dev group.

[tryton-dev] Delivery module

2013-01-30 Thread Raimon Esteve
only the text you need to send into the body of your mails. Repply using NetEtiquete. http://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton - OpenERP - Django // Doc OpenERP: http://openerp.zikzakmedia.com // Doc Tryton: http://tryton.zikzakmedia.com www.zikzakmedia.com -- -- tryton-dev

Re: [tryton-dev] Delivery module

2013-01-30 Thread Raimon Esteve
NetEtiquete. http://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton - OpenERP - Django // Doc OpenERP: http://openerp.zikzakmedia.com // Doc Tryton: http://tryton.zikzakmedia.com www.zikzakmedia.com -- -- tryton-dev@googlegroups.com mailing list --- You received this message because you

Re: [tryton-dev] Default value for Property field

2013-01-30 Thread Raimon Esteve
Say your module is named 'asterisk'. You just need to: - create a table named asterisk.configuration.company with the following fields: - company as a many2one to the company and make it unique - all the configuration parameters you may need - create a new one2many field in your

Re: [tryton-dev] Tired of fixing inherits

2013-02-07 Thread Raimon Esteve
Hello I understand the reasons about don't use inherit published some weeks ago, but I think inherit help users to more simple management. For example, product. Usually customers are working by products simples. They don't need understand about product.product and product.template. Yesterday I

Re: [tryton-dev] Tired of fixing inherits

2013-02-07 Thread Raimon Esteve
Hello I understand the reasons about don't use inherit published some weeks ago, but I think inherit help users to more simple management. For example, product. Usually customers are working by products simples. They don't need understand about product.product and product.template. Yesterday I

Re: [tryton-dev] account_es_pyme: PyME Spanish Accounts chart (issue 637002)

2013-02-18 Thread Raimon Esteve
mails. Repply using NetEtiquete. http://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton - OpenERP - Django // Doc OpenERP: http://openerp.zikzakmedia.com // Doc Tryton: http://tryton.zikzakmedia.com www.zikzakmedia.com -- -- tryton-dev@googlegroups.com mailing list --- You received

[tryton-dev] hgnested - nclone HTTP Error 404: Not Found

2013-02-18 Thread Raimon Esteve
need to send into the body of your mails. Repply using NetEtiquete. http://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton - OpenERP - Django // Doc OpenERP: http://openerp.zikzakmedia.com // Doc Tryton: http://tryton.zikzakmedia.com www.zikzakmedia.com -- -- tryton-dev@googlegroups.com

Re: [tryton-dev] account_es_pyme: PyME Spanish Accounts chart (issue 637002)

2013-02-18 Thread Raimon Esteve
Yes and they follow the standard. We can FIX some details abount package source, not data XML (I'm working last comments in codereview). Jesus or Jordi will send where can you get more information abount Spain Chart (from http://www.agenciatributaria.es ) See you -- --

Re: [tryton-dev] hgnested - nclone HTTP Error 404: Not Found

2013-02-18 Thread Raimon Esteve
2013/2/18 Cédric Krier cedric.kr...@b2ck.com On 18/02/13 10:06 +0100, Raimon Esteve wrote: I try to download tryton using hgnested (nclone). We get a error 404 not found The problem is about nsource, for example: http://hg.tryton.org/trytond//trytond/modules/account nsource

Re: [tryton-dev] account_es_pyme: PyME Spanish Accounts chart (issue 637002)

2013-02-21 Thread Raimon Esteve
https://pypi.python.org/pypi/trytond_account_es The module has already been released !!! Yes. This modules are in production because we need in spanish companies. We can't waiting more time. The companies need it. We can upload in pypi. Not problem. Or if it's available in hg.tryon,

[tryton-dev] nclone + review fetch review670002

2013-03-12 Thread Raimon Esteve
Raimon Esteve // Tryton - OpenERP - Django // Doc OpenERP: http://openerp.zikzakmedia.com // Doc Tryton: http://tryton.zikzakmedia.com www.zikzakmedia.com -- -- tryton-dev@googlegroups.com mailing list --- You received this message because you are subscribed to the Google Groups tryton-dev

Re: [tryton-dev] nclone + review fetch review670002

2013-03-14 Thread Raimon Esteve
Indeed hgreview does not work yet with nested repositories when it comes to applying patches. See https://bitbucket.org/nicoe/hgreview/issue/9/abort-when-apply-a-codereview-using I'm this anonymous... ;) I forgot to login in bitbucket when I published. But the patch is available in

Re: [tryton-dev] About project + remove inherits: menu work + timesheet

2013-03-22 Thread Raimon Esteve
2013/3/21 Cédric Krier cedric.kr...@b2ck.com: On 21/03/13 19:29 +0100, Raimon Esteve wrote: 1- About difference with Work effors and Project + task Don't understand It's about concept/difference to works effor and Project + task. A. Project/Configuration/Works effors B. Project/Project-Task

Re: [tryton-dev] About project + remove inherits: menu work + timesheet

2013-03-22 Thread Raimon Esteve
2013/3/22 Cédric Krier cedric.kr...@b2ck.com: No tabs are *bad*, relates are good. What if there are thousand of timesheet lines? Do you want to load them each time you look at a project? Feature about GTK Client: Only load about 80 first timesheets (or 20...), and when scroll, reload next 80

Re: [tryton-dev] tests tools: AssertionError: Missing depends ['shops'] in res.user.shop

2013-04-04 Thread Raimon Esteve
conversación.http://es.wikipedia.org/wiki/Netiquette Please, DO NOT send attachment files with your answers, just copy and paste only the text you need to send into the body of your mails. Repply using NetEtiquete. http://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton - OpenERP - Django

[tryton-dev] Default focus in a form view

2013-04-05 Thread Raimon Esteve
attachment files with your answers, just copy and paste only the text you need to send into the body of your mails. Repply using NetEtiquete. http://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton - OpenERP - Django // Doc OpenERP: http://openerp.zikzakmedia.com // Doc Tryton: http

Re: [tryton-dev] Freeze of repositories

2013-04-08 Thread Raimon Esteve
Hello, The 2.8 release is planned to April 22th Could we send translations this day or before? What is last day to send translations? (@jordiesteve - spanish @albertnan - catalan) Is it freeze about strings to translate? Could we work last revisions 2.7 to translate? Thanks.

Re: [tryton-dev] Freeze of repositories

2013-04-08 Thread Raimon Esteve
using NetEtiquete. http://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton - OpenERP - Django // Doc OpenERP: http://openerp.zikzakmedia.com // Doc Tryton: http://tryton.zikzakmedia.com www.zikzakmedia.com

Re: [tryton-dev] Translation reminder

2013-04-12 Thread Raimon Esteve
One week left. Yes! Spanish and catalan translations was finish. We are testing in site to review labels and messages. @others translators: Albert from Nan-TIC are desing a litte py export po file from Tryton Database (1). I'm working using parameters to export translate. (1)

Re: [tryton-dev] Translation script

2013-04-12 Thread Raimon Esteve
2013/4/12 Cédric Krier cedric.kr...@b2ck.com: On 12/04/13 11:09 +0200, Raimon Esteve wrote: @others translators: Albert from Nan-TIC are desing a litte py export po file from Tryton Database (1). I'm working using parameters to export translate. (1) https://bitbucket.org/nantic

[tryton-dev] About copyright in GTK client.

2013-04-15 Thread Raimon Esteve
://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton - OpenERP - Django // Doc OpenERP: http://openerp.zikzakmedia.com // Doc Tryton: http://tryton.zikzakmedia.com www.zikzakmedia.com

[tryton-dev] About default user admin and try login robots

2013-04-16 Thread Raimon Esteve
Hello, username admin can't change it because this record is part of the base configuration. I think to extrem security is necessary to change this username after create a new database With proteus, XML-RPC o JSON can write some code to try (username = 'admin' and password = RANDOM) to login in

Re: [tryton-dev] About default user admin and try login robots

2013-04-16 Thread Raimon Esteve
username admin can't change it because this record is part of the base configuration. Just deactivate it. And schedulers send error to admin user? Yes, Need to change it. Desactivate isn't the best option. XML add default values in this user (group, etc)

Re: [tryton-dev] Freeze of repositories

2013-04-19 Thread Raimon Esteve
Raimon Esteve // Tryton - OpenERP - Django // Doc OpenERP: http://openerp.zikzakmedia.com // Doc Tryton: http://tryton.zikzakmedia.com www.zikzakmedia.com

Re: [tryton-dev] Clean translations

2013-04-22 Thread Raimon Esteve
- ca_ES and es_ES: it seems that you did not always worked on the latest version of every modules as some error message was not right. I fixed some obvious like when ! was replaced by .. when update from last commit in hg.tryton.org I was checked it. I think update modules

Re: [tryton-dev] Clean translations

2013-04-22 Thread Raimon Esteve
conversación.http://es.wikipedia.org/wiki/Netiquette Please, DO NOT send attachment files with your answers, just copy and paste only the text you need to send into the body of your mails. Repply using NetEtiquete. http://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton - OpenERP - Django

[tryton-dev] Re: [tryton-contrib] SEPA payment

2013-04-22 Thread Raimon Esteve
conversación.http://es.wikipedia.org/wiki/Netiquette Please, DO NOT send attachment files with your answers, just copy and paste only the text you need to send into the body of your mails. Repply using NetEtiquete. http://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton - OpenERP - Django // Doc OpenERP

Re: [tryton-dev] Clean translations

2013-04-22 Thread Raimon Esteve
2013/4/22 Raimon Esteve rest...@zikzakmedia.com: - ca_ES, es_ES and fr_FR: It seems you forget the module ldap_authentication module. Catalan and Spanish ldap authentication module was translate. Maybe @jordi or @albert forgot to commit: https://bitbucket.org/trytonspain/tryton

Re: [tryton-dev] Clean translations

2013-04-22 Thread Raimon Esteve
2013/4/22 Cédric Krier cedric.kr...@b2ck.com: On 22/04/13 16:43 +0200, Jordi Esteve wrote: On 22/04/13 14:47, Raimon Esteve wrote: - ca_ES, es_ES and fr_FR: It seems you forget the module ldap_authentication module. Catalan and Spanish ldap authentication module was translate

Re: [tryton-dev] List of Modules are duplicated!.

2013-04-23 Thread Raimon Esteve
a seguir la conversación.http://es.wikipedia.org/wiki/Netiquette Please, DO NOT send attachment files with your answers, just copy and paste only the text you need to send into the body of your mails. Repply using NetEtiquete. http://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton

Re: [tryton-dev] Roadmap Web Client

2013-05-04 Thread Raimon Esteve
http://i.imgur.com/i2Ce2b0.png Nice tab Install modules in this screenshot ;-)

Re: [tryton-dev] About another Erp Web Client

2013-05-09 Thread Raimon Esteve
Please, DO NOT send attachment files with your answers, just copy and paste only the text you need to send into the body of your mails. Repply using NetEtiquete. http://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton - OpenERP - Django // Doc OpenERP: http://openerp.zikzakmedia.com // Doc

Re: News translations (was Re: [tryton-dev] PATCH: www.tryton.org. Catalan and Spanish post last maintenance release 1.8 (issue 870002))

2013-05-14 Thread Raimon Esteve
I don't update the website directly after commiting. Before nikola deploy, call to translate it and waiting the date to publish (deploy)

Re: [tryton-dev] Style for SAO (web client)

2013-05-27 Thread Raimon Esteve
El 27/05/2013 20:18, Guillem Barba Domingo guillemba...@gmail.com va escriure: Hi, I've started to explore SAO to see if I can contribute in the styling. I'm not a designer but I know CSS enough. Are expected contributions (codereviews) in the CSS of SAO? I seen that currently there isn't

Re: [tryton-dev] Style for SAO (web client)

2013-05-30 Thread Raimon Esteve
mails. Repply using NetEtiquete. http://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton - OpenERP - Django // Doc OpenERP: http://openerp.zikzakmedia.com // Doc Tryton: http://tryton.zikzakmedia.com www.zikzakmedia.com

Re: [tryton-dev] Style for SAO (web client)

2013-05-30 Thread Raimon Esteve
NOT send attachment files with your answers, just copy and paste only the text you need to send into the body of your mails. Repply using NetEtiquete. http://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton - OpenERP - Django // Doc OpenERP: http://openerp.zikzakmedia.com // Doc Tryton: http

Re: [tryton-dev] account_payment: New module (issue 926002)

2013-06-12 Thread Raimon Esteve
. http://en.wikipedia.org/wiki/Netiquette Raimon Esteve // Tryton - OpenERP - Django // Doc OpenERP: http://openerp.zikzakmedia.com // Doc Tryton: http://tryton.zikzakmedia.com www.zikzakmedia.com

  1   2   3   >