Reviewers: ,


Please review this at http://codereview.tryton.org/706005/

Affected files:
  M forecast.py
  M forecast.xml


Index: forecast.py
===================================================================

--- a/forecast.py
+++ b/forecast.py
@@ -496,13 +496,13 @@
     __name__ = 'stock.forecast.complete'
     start_state = 'ask'
     ask = StateView('stock.forecast.complete.ask',
-        'stock_forecast.forecast_comlete_ask_view_form', [
+        'stock_forecast.forecast_complete_ask_view_form', [
             Button('Cancel', 'end', 'tryton-cancel'),
             Button('Choose Products', 'choose', 'tryton-go-next'),
             Button('Complete', 'complete', 'tryton-ok', default=True),
             ])
     choose = StateView('stock.forecast.complete.choose',
-        'stock_forecast.forecast_comlete_choose_view_form', [
+        'stock_forecast.forecast_complete_choose_view_form', [
             Button('Cancel', 'end', 'tryton-cancel'),
             Button('Choose Dates', 'ask', 'tryton-go-previous'),
             Button('Complete', 'complete', 'tryton-ok', default=True),

Index: forecast.xml
===================================================================

--- a/forecast.xml
+++ b/forecast.xml
@@ -150,7 +150,7 @@
             </field>
         </record>

-        <record model="ir.ui.view" id="forecast_comlete_ask_view_form">
+        <record model="ir.ui.view" id="forecast_complete_ask_view_form">
             <field name="model">stock.forecast.complete.ask</field>
             <field name="type">form</field>
             <field name="arch" type="xml">
@@ -164,7 +164,7 @@
                 ]]>
             </field>
         </record>
-        <record model="ir.ui.view" id="forecast_comlete_choose_view_form">
+        <record model="ir.ui.view" id="forecast_complete_choose_view_form">
             <field name="model">stock.forecast.complete.choose</field>
             <field name="type">form</field>
             <field name="arch" type="xml">



--
--
[email protected] mailing list

--- You received this message because you are subscribed to the Google Groups "tryton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to