Covetel / management-courses

OpenERP addon to management of courses.
GNU General Public License v3.0
1 stars 0 forks source link

Course Registration #1

Closed anex closed 10 years ago

anex commented 10 years ago

For the first sprint of this module is neccesary create the base estructure of the module and the data model. The data model must contain the following fields:

anex commented 10 years ago

Hi Alvaro,

I have seen the module and will have some comments:

anex commented 10 years ago

Hi Alvaro, As you go with the issue?

Please remember to comment performing activities that go here so we can all be awar

Please correct indentation to 4 spaces.

anex commented 10 years ago

Hi Alvaro,

I have the following error when trying to install the module:

except_orm: ('View error', u"Can't find field 'requirement' in the following view parts composing the view of object model 'technical.requirement.course':\n * technical.requirement.form\n\nEither you wrongly customized this view, or some modules bringing those views are not compatible with your current data model")
2014-01-22 02:06:59,394 13421 ERROR cantv.com.ve openerp.tools.convert: Parse error in /home/aphu/Documentos/Covetel/Openerp/openerp-7.0-20131004-231118/openerp/addons/management-courses/management_course_view.xml:75: 
<record model="ir.ui.view" id="technical_requirement_course_form_view">
      <field name="name">technical.requirement.form</field>
      <field name="model">technical.requirement.course</field>
      <field name="type">form</field>
      <field name="arch" type="xml">
        <form string="Form Technical Requirement">
         <field name="requirement"/>
        </form>
      </field>
    </record>

Please fix it

ajpadilla commented 10 years ago

Hi Carlos, I solved the error when trying to install the module. You can install the module and test.

ajpadilla commented 10 years ago

Hi Carlos, I solved the error when trying to install the module. You can install the module and test.

2014/1/21 Carlos Paredes notifications@github.com

Hi Alvaro,

I have the following error when trying to install the module:

except_orm: ('View error', u"Can't find field 'requirement' in the following view parts composing the view of object model 'technical.requirement.course':\n * technical.requirement.form\n\nEither you wrongly customized this view, or some modules bringing those views are not compatible with your current data model") 2014-01-22 02:06:59,394 13421 ERROR cantv.com.ve openerp.tools.convert: Parse error in /home/aphu/Documentos/Covetel/Openerp/openerp-7.0-20131004-231118/openerp/addons/management-courses/management_course_view.xml:75:

technical.requirement.form technical.requirement.course form

Please fix it

— Reply to this email directly or view it on GitHubhttps://github.com/Covetel/management-courses/issues/1#issuecomment-32987172 .

anex commented 10 years ago

Hi Alvaro,

Please change cedula field validation to occur before adding the participant and not when the course is saved, as is currently throwing the following message

ValidateError

Ha ocurrido un error mientras se validaban los campo(s) cedula_rif: Cedula incorrecta, debe contener V- o E- al inicio
anex commented 10 years ago

Hi Alvaro, As you go with the issue?

ajpadilla commented 10 years ago

No he podido validar la cédula de los participantes antes de almacenarse en la lista, he buscado información sobre el tema, pero nada me ha servido. Estoy revisando los modulos de OpenERP a ver si logro solucionar el problema.

2014/1/24 Carlos Paredes notifications@github.com

Hi Alvaro, As you go with the issue?

Reply to this email directly or view it on GitHubhttps://github.com/Covetel/management-courses/issues/1#issuecomment-33223461 .

anex commented 10 years ago

Hi Alvaro,

This can help you:

http://help.openerp.com/question/13215/how-to-do-client-side-validation-in-openerp/

anex commented 10 years ago

Hi Alvaro,

have reviewed the module and I have made some corrections to the last commit yourself last night. Please check it.