Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Found 0 tasks to process #1

Open
jjscarafia opened this issue Aug 28, 2013 · 1 comment
Open

Found 0 tasks to process #1

jjscarafia opened this issue Aug 28, 2013 · 1 comment

Comments

@jjscarafia
Copy link

Hi there, first of all thanks for this great work and the tutorial and videotutorial.

  1. I've installed everything as you point it.
  2. I've make a copy of your spreadsheet (I've share on the link https://docs.google.com/spreadsheet/ccc?key=0ArPGShFjQ-ZLdHg4ejBGX21qOTV0MDBWcUtrM1J3N1E#gid=2)
  3. I've set up parameters on "creds" page
  4. I've run ./gDataTools.py "0ArPGShFjQ-ZLdHg4ejBGX21qOTV0MDBWcUtrM1J3N1E"
  5. I get this results:
    Workbook : 0ArPGShFjQ-ZLdHg4ejBGX21qOTV0MDBWcUtrM1J3N1E
    Connected to OpenERP database "Magento_con_demo_01" on server "test70.minotauro.grupoadhoc.com.ar".
    Start work at row #9 in the "Tasks" sheet.
    Found 0 tasks to process.

What I'm doing wrong?
Thanks

@martinhbramwell
Copy link
Owner

I have put a '1' in cell 9D, and a '0' in cell 9C.

That is supposed to tell the "load" method of the "ResCountryState" module
to start working on this page here,
https://docs.google.com/spreadsheet/ccc?key=0AiVG6SoU001RdE9BNnljbFVpa0xfazk0SUZOeWx1aEE#gid=0

When it is finished doing that it will revert to 9C = 1 & 9D = 0

In other words columns C & D give you finely detailed control over which
task to perform on which module method.

I see you have several red cells in column P. That indicates to you that,
for those rows, column C + column D should equal column E, but do not.
That happens when a module failed to run correctly, and therefore did not
mark completion correctly in columns C & D

On Wed, Aug 28, 2013 at 6:13 PM, Juan José Scarafía <
[email protected]> wrote:

Hi there, first of all thanks for this great work and the tutorial and
videotutorial.

  1. I've installed everything as you point it.
  2. I've make a copy of your spreadsheet (I've share on the link
    https://docs.google.com/spreadsheet/ccc?key=0ArPGShFjQ-ZLdHg4ejBGX21qOTV0MDBWcUtrM1J3N1E#gid=2
    )
  3. I've set up parameters on "creds" page
  4. I've run ./gDataTools.py "0ArPGShFjQ-ZLdHg4ejBGX21qOTV0MDBWcUtrM1J3N1E"
  5. I get this results:
    Workbook : 0ArPGShFjQ-ZLdHg4ejBGX21qOTV0MDBWcUtrM1J3N1E
    Connected to OpenERP database "Magento_con_demo_01" on server "
    test70.minotauro.grupoadhoc.com.ar".
    Start work at row #9 in the "Tasks" sheet.
    Found 0 tasks to process.

What I'm doing wrong?
Thanks


Reply to this email directly or view it on GitHubhttps://github.com//issues/1
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants